Skip to content

Commit 325d133

Browse files
committed
Add overline to vt comments
Part of #4529
1 parent b662824 commit 325d133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/InputHandler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,6 +2425,8 @@ export class InputHandler extends Disposable implements IInputHandler {
24252425
* | 47 | Background color: White. | #Y |
24262426
* | 48 | Background color: Extended color. | #P[Support for RGB and indexed colors, see below.] |
24272427
* | 49 | Background color: Default (original). | #Y |
2428+
* | 53 | Overlined. | #Y |
2429+
* | 55 | Not Overlined. | #Y |
24282430
* | 58 | Underline color: Extended color. | #P[Support for RGB and indexed colors, see below.] |
24292431
* | 90 - 97 | Bright foreground color (analogous to 30 - 37). | #Y |
24302432
* | 100 - 107 | Bright background color (analogous to 40 - 47). | #Y |

0 commit comments

Comments
 (0)