Add italic code to alacritty terminfo

This commit is contained in:
Hubert Hirtz 2020-08-26 10:36:40 +02:00 committed by Garrett D'Amore
parent 5889c5f171
commit a6386839fd
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ func init() {
AttrOff: "\x1b(B\x1b[m",
Underline: "\x1b[4m",
Bold: "\x1b[1m",
Italic: "\x1b[3m",
Dim: "\x1b[2m",
Blink: "\x1b[5m",
Reverse: "\x1b[7m",