From e3fdcc78696b50c330a5df0f88a00931556e8700 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:01:22 -0800 Subject: [PATCH] Fix API lint --- typings/xterm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 86aeeb25..e79e4713 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -443,7 +443,7 @@ declare module '@xterm/xterm' { * 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/ */ kittyKeyboard?: boolean;