Skip to content

Commit

Permalink
Add support for SGR 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mofux committed Oct 9, 2017
1 parent c36c994 commit 1379af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InputHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1379af1

Please sign in to comment.