diff --git a/src/InputHandler.ts b/src/InputHandler.ts index e9b48cb80e..280751d9cc 100644 --- a/src/InputHandler.ts +++ b/src/InputHandler.ts @@ -1113,6 +1113,7 @@ export class InputHandler implements IInputHandler { * Ps = 5 -> Blink (appears as Bold). * Ps = 7 -> Inverse. * Ps = 8 -> Invisible, i.e., hidden (VT300). + * Ps = 2 1 -> Bold off or Double Underline. * Ps = 2 2 -> Normal (neither bold nor faint). * Ps = 2 4 -> Not underlined. * Ps = 2 5 -> Steady (not blinking).