Fix up the two screen terminfo sgr0 sequences.

This commit is contained in:
Graham Clark 2017-12-17 18:38:07 -05:00 committed by Garrett D'Amore
parent 99cec24157
commit 996a3f0a68
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ func init() {
ExitCA: "\x1b[?1049l",
ShowCursor: "\x1b[34h\x1b[?25h",
HideCursor: "\x1b[?25l",
AttrOff: "\x1b[m\x0017",
AttrOff: "\x1b[m\x0f",
Underline: "\x1b[4m",
Bold: "\x1b[1m",
Blink: "\x1b[5m",

View File

@ -15,7 +15,7 @@ func init() {
ExitCA: "\x1b[?1049l",
ShowCursor: "\x1b[34h\x1b[?25h",
HideCursor: "\x1b[?25l",
AttrOff: "\x1b[m\x0017",
AttrOff: "\x1b[m\x0f",
Underline: "\x1b[4m",
Bold: "\x1b[1m",
Blink: "\x1b[5m",