This commit is contained in:
Daniel Imms
2024-12-12 06:30:17 -08:00
parent 65899a9b50
commit 0d67393072
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -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;
+3 -2
View File
@@ -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;