Enable bold & italic using terminfo database

Extend the default `xterm-256color` terminfo to enable italic and bold
text in `xterm`, `screem`, and `tmux`.
This commit is contained in:
2018-07-31 21:18:51 +01:00
commit cd08243140
5 changed files with 41 additions and 0 deletions

5
screen-256color.terminfo Normal file
View File

@@ -0,0 +1,5 @@
# A screen-256color based TERMINFO that adds the escape sequences for italic.
screen-256color|screen with 256 colors and italic,
sitm=\E[3m, ritm=\E[23m,
smso=\E[7m, rmso=\E[27m,
use=xterm-256color,