mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix lint
This commit is contained in:
Vendored
+3
-2
@@ -143,8 +143,9 @@ declare module '@xterm/headless' {
|
||||
minimumContrastRatio?: number;
|
||||
|
||||
/**
|
||||
* Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
|
||||
* false, because shells usually handle this themselves.
|
||||
* Whether to reflow the line containing the cursor when the terminal is
|
||||
* resized. Defaults to false, because shells usually handle this
|
||||
* themselves.
|
||||
*/
|
||||
reflowCursorLine?: boolean;
|
||||
|
||||
|
||||
Vendored
+3
-2
@@ -214,8 +214,9 @@ declare module '@xterm/xterm' {
|
||||
minimumContrastRatio?: number;
|
||||
|
||||
/**
|
||||
* Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
|
||||
* false, because shells usually handle this themselves.
|
||||
* Whether to reflow the line containing the cursor when the terminal is
|
||||
* resized. Defaults to false, because shells usually handle this
|
||||
* themselves.
|
||||
*/
|
||||
reflowCursorLine?: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user