mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Explain idle in cursorBlink option
This commit is contained in:
Vendored
+3
-1
@@ -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;
|
||||
|
||||
|
||||
Vendored
+3
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user