From a6386839fde5ab00e6803e8e2fb7aff0db9958b8 Mon Sep 17 00:00:00 2001 From: Hubert Hirtz Date: Wed, 26 Aug 2020 10:36:40 +0200 Subject: [PATCH] Add italic code to alacritty terminfo --- terminfo/a/alacritty/term.go | 1 + 1 file changed, 1 insertion(+) diff --git a/terminfo/a/alacritty/term.go b/terminfo/a/alacritty/term.go index d7c79b9..930b35f 100644 --- a/terminfo/a/alacritty/term.go +++ b/terminfo/a/alacritty/term.go @@ -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",