Skip to content

Commit c9fc6fc

Browse files
committed
Lint
1 parent 73cba6d commit c9fc6fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

typings/xterm-headless.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ declare module '@xterm/headless' {
336336
* Whether [SGR 221 (not bold) and SGR 222 (not faint) are enabled][0].
337337
* These are kitty extensions that allow resetting bold and faint
338338
* independently. The default is true.
339-
*
339+
*
340340
* [0]: https://sw.kovidgoyal.net/kitty/misc-protocol/
341341
*/
342342
kittySgrBoldFaintControl?: boolean;

typings/xterm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ declare module '@xterm/xterm' {
453453
* Whether [SGR 221 (not bold) and SGR 222 (not faint) are enabled][0].
454454
* These are kitty extensions that allow resetting bold and faint
455455
* independently. The default is true.
456-
*
456+
*
457457
* [0]: https://sw.kovidgoyal.net/kitty/misc-protocol/
458458
*/
459459
kittySgrBoldFaintControl?: boolean;

0 commit comments

Comments
 (0)