From 32e77c3b8111c05eda14ecb4e87b1ab6af0c7560 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Tue, 3 Feb 2026 23:24:57 -0800 Subject: [PATCH] Lint --- typings/xterm.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 5f645ee8..4bc4c148 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -912,8 +912,8 @@ declare module '@xterm/xterm' { readonly element: HTMLElement | undefined; /** - * The screen element containing the terminal's canvas rendering layers and decorations, - * excluding the viewport and the scrollbar. + * The screen element containing the terminal's canvas rendering layers + * and decorations, excluding the viewport and the scrollbar. */ readonly screenElement: HTMLElement | undefined;