From 98ea14824a3f9131818a63c107ae338449aa6fbf Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:14:30 -0800 Subject: [PATCH] Make lint happy --- typings/xterm-headless.d.ts | 7 ++++--- typings/xterm.d.ts | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/typings/xterm-headless.d.ts b/typings/xterm-headless.d.ts index 4f828184..f4a4f991 100644 --- a/typings/xterm-headless.d.ts +++ b/typings/xterm-headless.d.ts @@ -323,9 +323,10 @@ declare module '@xterm/headless' { */ export interface IVtExtensions { /** - * Whether the [kitty keyboard protocol][0] (`CSI =|?|>|< u`) is enabled. When - * enabled, the terminal will respond to keyboard protocol queries and allow - * programs to enable enhanced keyboard reporting. The default is false. + * Whether the [kitty keyboard protocol][0] (`CSI =|?|>|< u`) is enabled. + * When enabled, the terminal will respond to keyboard protocol queries and + * allow programs to enable enhanced keyboard reporting. The default is + * false. * * [0]: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ */ diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 6ca2fae4..8001c25e 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -440,9 +440,10 @@ declare module '@xterm/xterm' { */ export interface IVtExtensions { /** - * Whether the [kitty keyboard protocol][0] (`CSI =|?|>|< u`) is enabled. When - * enabled, the terminal will respond to keyboard protocol queries and allow - * programs to enable enhanced keyboard reporting. The default is false. + * Whether the [kitty keyboard protocol][0] (`CSI =|?|>|< u`) is enabled. + * When enabled, the terminal will respond to keyboard protocol queries and + * allow programs to enable enhanced keyboard reporting. The default is + * false. * * [0]: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ */