Make lint happy

This commit is contained in:
Daniel Imms
2026-01-09 13:14:30 -08:00
parent 4c905dad33
commit 98ea14824a
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -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/
*/
+4 -3
View File
@@ -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/
*/