We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b662824 commit 325d133Copy full SHA for 325d133
src/common/InputHandler.ts
@@ -2425,6 +2425,8 @@ export class InputHandler extends Disposable implements IInputHandler {
2425
* | 47 | Background color: White. | #Y |
2426
* | 48 | Background color: Extended color. | #P[Support for RGB and indexed colors, see below.] |
2427
* | 49 | Background color: Default (original). | #Y |
2428
+ * | 53 | Overlined. | #Y |
2429
+ * | 55 | Not Overlined. | #Y |
2430
* | 58 | Underline color: Extended color. | #P[Support for RGB and indexed colors, see below.] |
2431
* | 90 - 97 | Bright foreground color (analogous to 30 - 37). | #Y |
2432
* | 100 - 107 | Bright background color (analogous to 40 - 47). | #Y |
0 commit comments