mirror of https://github.com/gdamore/tcell.git
Add italic code to alacritty terminfo
This commit is contained in:
parent
5889c5f171
commit
a6386839fd
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue