From 325d133a75b17a1079f6cd2aa741e3e77cb542c4 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 21 May 2023 08:16:57 -0700 Subject: [PATCH] Add overline to vt comments Part of #4529 --- src/common/InputHandler.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/InputHandler.ts b/src/common/InputHandler.ts index 65942e4d..faa5bfde 100644 --- a/src/common/InputHandler.ts +++ b/src/common/InputHandler.ts @@ -2425,6 +2425,8 @@ export class InputHandler extends Disposable implements IInputHandler { * | 47 | Background color: White. | #Y | * | 48 | Background color: Extended color. | #P[Support for RGB and indexed colors, see below.] | * | 49 | Background color: Default (original). | #Y | + * | 53 | Overlined. | #Y | + * | 55 | Not Overlined. | #Y | * | 58 | Underline color: Extended color. | #P[Support for RGB and indexed colors, see below.] | * | 90 - 97 | Bright foreground color (analogous to 30 - 37). | #Y | * | 100 - 107 | Bright background color (analogous to 40 - 47). | #Y |