mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Update API jsdoc
This commit is contained in:
Vendored
+5
-3
@@ -323,9 +323,11 @@ declare module '@xterm/headless' {
|
||||
*/
|
||||
export interface IVtExtensions {
|
||||
/**
|
||||
* Whether the kitty keyboard protocol 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/
|
||||
*/
|
||||
kittyKeyboard?: boolean;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -440,7 +440,7 @@ declare module '@xterm/xterm' {
|
||||
*/
|
||||
export interface IVtExtensions {
|
||||
/**
|
||||
* Whether the [kitty keyboard protocol][0] (`CSI u`) is enabled. When
|
||||
* 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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user