Skip to content

Instantly share code, notes, and snippets.

@jdevera
Forked from tarruda/tmux.terminfo
Last active November 16, 2015 11:37
Show Gist options
  • Save jdevera/cf9b16372f0a17933117 to your computer and use it in GitHub Desktop.
Save jdevera/cf9b16372f0a17933117 to your computer and use it in GitHub Desktop.
tmux terminfo for italics
# Custom terminfo for better using tmux with urxvt, 256colors and italics
# Compile/install with `tic tmux.terminfo`, then set $TERM to "tmux"
# (it requires a program that uses `tgetent` to obtain terminal
# information)
tmux|tmux with rxvt-unicode-256color client,
use=rxvt-unicode-256color,
use=screen,
# This creates a terminfo entry for tmux and tmux-256color based on xterm and xterm-256-colors
# It adds support for italics
# Compile/install with `tic tmux.terminfo`, then set $TERM to "tmux" or "tmux-256color"
tmux|tmux terminal multiplexer,
ritm=\E[23m, rmso=\E[27m, sitm=\E[3m, smso=\E[7m, Ms@,
use=xterm,
use=screen,
tmux-256color|tmux with 256 colors,
use=xterm-256color,
use=tmux,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment