From cedf3f51a2ace7ab528180596f5cc256063d2c69 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 29 Apr 2015 16:01:48 +0000 Subject: [PATCH] Add tmux and tmux-256color entries; this can be used inside tmux for correct italics support. ok naddy (on a slightly older version) --- share/termtypes/termtypes.master | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/share/termtypes/termtypes.master b/share/termtypes/termtypes.master index 27c0f50980a..27a238f5736 100644 --- a/share/termtypes/termtypes.master +++ b/share/termtypes/termtypes.master @@ -1,6 +1,6 @@ ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE # -# $OpenBSD: termtypes.master,v 1.52 2015/04/22 12:50:12 nicm Exp $ +# $OpenBSD: termtypes.master,v 1.53 2015/04/29 16:01:48 nicm Exp $ # # This version of terminfo.src is distributed with ncurses and is maintained # by Thomas E. Dickey (TD). @@ -8,8 +8,8 @@ # Report bugs and new terminal descriptions to # bug-ncurses@gnu.org # -# $Revision: 1.52 $ -# $Date: 2015/04/22 12:50:12 $ +# $Revision: 1.53 $ +# $Date: 2015/04/29 16:01:48 $ # # The original header is preserved below for reference. It is noted that there # is a "newer" version which differs in some cosmetic details (but actually @@ -6163,6 +6163,15 @@ screen3|older VT 100/ANSI X3.64 virtual terminal, sc=\E7, sgr0=\E[m, smir=\E[4h, smkx=\E=, smso=\E[3m, smul=\E[4m, tbc=\E[3g, +# tmux is compatible with screen, but has support for italics, and some of the +# xterm cursor bits. +tmux|tmux terminal multiplexer, + use=xterm+tmux, use=screen, Ms@, smso=\E[7m, rmso=\E[27m, sitm=\E[3m, + ritm=\E[23m, + +tmux-256color|tmux with 256 colors, + use=xterm+256setaf, use=tmux, + #### NCSA Telnet # Francesco Potorti : -- 2.20.1