From b0d0bf81871541506f7279ecc03fdb64c19c75a2 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:32:37 -0800 Subject: [PATCH] Update typings/xterm.d.ts --- typings/xterm.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 4bc4c148..39b0d592 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -912,9 +912,9 @@ 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; /**