diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-04-29 16:01:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-04-29 16:01:49 +0000 |
commit | d9ab936f7cbcd246bafcd557b141e4915864a4aa (patch) | |
tree | ec7383bb8632ef50f76ce87e76563bcec7868ac3 | |
parent | 186ef4c49c3b5c77dce533ac7255688792ce1c98 (diff) |
Add tmux and tmux-256color entries; this can be used inside tmux for
correct italics support.
ok naddy (on a slightly older version)
-rw-r--r-- | share/termtypes/termtypes.master | 15 |
1 files 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 <F.Potorti@cnuce.cnr.it>: |