Fix API lint

This commit is contained in:
Daniel Imms
2026-01-09 13:01:22 -08:00
parent 0674663a5a
commit e3fdcc7869
+1 -1
View File
@@ -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;