diff --git a/typings/xterm-headless.d.ts b/typings/xterm-headless.d.ts index 26f970f1..b3d94ed2 100644 --- a/typings/xterm-headless.d.ts +++ b/typings/xterm-headless.d.ts @@ -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; diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 8e34a00e..7bfba9c8 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -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;