Skip to content

Instantly share code, notes, and snippets.

@JDevlieghere
Created December 2, 2016 10:34
Show Gist options
  • Save JDevlieghere/a8c0b09e520c7afba000bf13bebb34b8 to your computer and use it in GitHub Desktop.
Save JDevlieghere/a8c0b09e520c7afba000bf13bebb34b8 to your computer and use it in GitHub Desktop.
Add support for italics to xterm-256color
infocmp -1 xterm-256color > xterm-256color.terminfo
echo -e "\tsitm=\\E[3m,\n\tritm=\\E[23m," >> xterm-256color.terminfo
tic xterm-256color.terminfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment