custom terminfo taken from http://www.nerdyweekly.com/posts/enable-italic-text-vim-tmux-gnome-terminal/
# A xterm-256color based TERMINFO that adds the escape sequences for italic. | |
# | |
# Install: | |
# | |
# tic xterm-256color-italic.terminfo | |
# | |
# Usage: | |
# | |
# export TERM=xterm-256color-italic | |
# | |
xterm-256color-italic|xterm with 256 colors and italic, | |
sitm=\E[3m, ritm=\E[23m, | |
use=xterm-256color, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment