From baec651ecb38580f8b39c79b16e4d6a13cdbe061 Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Wed, 18 May 2016 15:48:56 +0200 Subject: 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 --- app-misc/tmux/files/tmux.terminfo.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app-misc/tmux/files/tmux.terminfo.in (limited to 'app-misc/tmux/files/tmux.terminfo.in') 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, -- cgit v1.2.3-65-gdbad