This commit is contained in:
Daniel Imms
2026-01-10 04:39:26 -08:00
parent 73cba6dda3
commit c9fc6fca8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ declare module '@xterm/headless' {
* Whether [SGR 221 (not bold) and SGR 222 (not faint) are enabled][0].
* These are kitty extensions that allow resetting bold and faint
* independently. The default is true.
*
*
* [0]: https://sw.kovidgoyal.net/kitty/misc-protocol/
*/
kittySgrBoldFaintControl?: boolean;
+1 -1
View File
@@ -453,7 +453,7 @@ declare module '@xterm/xterm' {
* Whether [SGR 221 (not bold) and SGR 222 (not faint) are enabled][0].
* These are kitty extensions that allow resetting bold and faint
* independently. The default is true.
*
*
* [0]: https://sw.kovidgoyal.net/kitty/misc-protocol/
*/
kittySgrBoldFaintControl?: boolean;