Explain idle in cursorBlink option

This commit is contained in:
Daniel Imms
2025-12-28 13:41:21 -08:00
parent 4985c9f3f9
commit a966f7d591
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -49,7 +49,9 @@ declare module '@xterm/headless' {
convertEol?: boolean;
/**
* Whether the cursor blinks.
* Whether the cursor blinks. The blinking will stop after 5 minutes of idle
* time (refreshed by clicking, focusing or the cursor moving). The default
* is false.
*/
cursorBlink?: boolean;
+3 -1
View File
@@ -58,7 +58,9 @@ declare module '@xterm/xterm' {
convertEol?: boolean;
/**
* Whether the cursor blinks.
* Whether the cursor blinks. The blinking will stop after 5 minutes of idle
* time (refreshed by clicking, focusing or the cursor moving). The default
* is false.
*/
cursorBlink?: boolean;