diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-05-18 15:48:56 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-05-18 15:50:02 +0200 |
commit | baec651ecb38580f8b39c79b16e4d6a13cdbe061 (patch) | |
tree | acff6b29f8c8a866392e634ca9473ad1c9dc5a8b /app-misc/tmux/files | |
parent | x11-themes/neutral-xcursors: remove description tag from metadata.xml (diff) | |
download | gentoo-baec651ecb38580f8b39c79b16e4d6a13cdbe061.tar.gz gentoo-baec651ecb38580f8b39c79b16e4d6a13cdbe061.tar.bz2 gentoo-baec651ecb38580f8b39c79b16e4d6a13cdbe061.zip |
app-misc/tmux: Add 2.1-r1 and ship terminfo file.
By default, tmux does not ship its own terminfo file, piggybacking on
screen/screen-256color. Due to bugs in that terminfo file (around stand-out
and italics), the tmux FAQ[0] suggests making a derived terminfo file.
This new release ships that terminfo file (as tmux/tmux-256color). It will not
be used by default, the user has to activate it themselves.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-misc/tmux/files')
-rw-r--r-- | app-misc/tmux/files/tmux.terminfo.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-misc/tmux/files/tmux.terminfo.in b/app-misc/tmux/files/tmux.terminfo.in new file mode 100644 index 000000000000..d335c471ab70 --- /dev/null +++ b/app-misc/tmux/files/tmux.terminfo.in @@ -0,0 +1,6 @@ +tmux|tmux terminal multiplexer, + ritm=\E[23m, rmso=\E[27m, sitm=\E[3m, smso=\E[7m, Ms@, + use=xterm+tmux, use=screen, + +tmux-256color|tmux with 256 colors, + use=xterm+256setaf, use=tmux, |