diff --git a/typings/xterm-headless.d.ts b/typings/xterm-headless.d.ts index 621b450b..1085db9b 100644 --- a/typings/xterm-headless.d.ts +++ b/typings/xterm-headless.d.ts @@ -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; diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index a3ebadb0..15a03327 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -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;