diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2001-11-05 18:09:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2001-11-05 18:09:03 +0000 |
commit | bd18bc8330a62c698c1589c177f8a76fe51571bc (patch) | |
tree | 6ae31265d2abc97feb957328894c2d90b2645d71 /share | |
parent | 85530efaf7a6a42f72dd88dd2812fc34f33a931e (diff) |
Add color capabilities to the wsvt25 entries for wscons(4).
Adapted from NetBSD, ok millert@
Diffstat (limited to 'share')
-rw-r--r-- | share/termtypes/termtypes.master | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/termtypes/termtypes.master b/share/termtypes/termtypes.master index ca51f131356..0ec91907c3f 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.30 2001/02/22 04:10:29 millert Exp $ +# $OpenBSD: termtypes.master,v 1.31 2001/11/05 18:09:02 naddy Exp $ # # This version of terminfo.src is distributed with ncurses. # Report bugs to @@ -1444,11 +1444,16 @@ ofcons, # These are micro-minimal and probably need to be redone for real # after the manner of the pcvt entries. wsvt25|NetBSD wscons in 25 line DEC VT220 mode, - cols#80, lines#25, use=vt220, + bce, msgr, + colors#16, cols#80, lines#25, ncv#32, pairs#64, + op=\E[m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, + use=vt220, wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta, - km, - cols#80, lines#25, use=vt220, + bce, km, msgr, + colors#16, cols#80, lines#25, ncv#32, pairs#64, + op=\E[m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, + use=vt220, # `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and # DECstation/pmax. |