From 0d673930721848418163df6f6da956d287d2b676 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Thu, 12 Dec 2024 06:30:17 -0800 Subject: [PATCH] Fix lint --- typings/xterm-headless.d.ts | 5 +++-- typings/xterm.d.ts | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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;