Improve API wording

This commit is contained in:
Daniel Imms
2023-08-11 13:07:04 -07:00
parent c3d8c2a919
commit 136e2f2afe
+2 -2
View File
@@ -60,7 +60,7 @@ declare module 'xterm' {
cursorBlink?: boolean;
/**
* The style of the cursor.
* The style of the cursor when the terminal is focused.
*/
cursorStyle?: 'block' | 'underline' | 'bar';
@@ -70,7 +70,7 @@ declare module 'xterm' {
cursorWidth?: number;
/**
* The style of the inactive cursor.
* The style of the cursor when the terminal is not focused.
*/
cursorInactiveStyle?: 'outline' | 'block' | 'bar' | 'underline' | 'none';