Created
December 2, 2016 10:34
-
-
Save JDevlieghere/a8c0b09e520c7afba000bf13bebb34b8 to your computer and use it in GitHub Desktop.
Add support for italics to xterm-256color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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