Extend the default `xterm-256color` terminfo to enable italic and bold text in `xterm`, `screem`, and `tmux`.
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
# A xterm-256color based TERMINFO that adds the escape sequences for italic.
|
|
xterm-256color|xterm with 256 colors and italic,
|
|
sitm=\E[3m, ritm=\E[23m,
|
|
smso=\E[7m, rmso=\E[27m,
|
|
use=xterm-256color,
|