diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-14 21:04:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-14 21:04:59 +0000 |
commit | 9b63905a066518a1043d81fbdc522e2535cbdda2 (patch) | |
tree | 1b0f6010cd8ab27a0ff8f5bc3f08c2bd678760a4 | |
parent | f180b7b3838b6fe22f0472d240c658b9c90b84a2 (diff) |
Add color support to pcvt25 entry. Our pcvt supports color but only
in 25 line mode.
-rw-r--r-- | share/termtypes/termtypes.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/termtypes/termtypes.master b/share/termtypes/termtypes.master index 65e9a92b7e0..0a81f9fb5fd 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.21 2000/03/30 06:28:09 millert Exp $ +# $OpenBSD: termtypes.master,v 1.22 2000/04/14 21:04:58 millert Exp $ # # This version of terminfo.src is distributed with ncurses. # Report bugs to @@ -1245,7 +1245,7 @@ pcvtXX|pcvt vt200 emulator (DEC VT220), # 50 lines entries; 80 columns pcvt25|dec vt220 emulation with 25 lines, cols#80, lines#25, - is2=\E[1;25r\E[25;1H, use=pcvtXX, + is2=\E[1;25r\E[25;1H, use=pcvtXX, use=ecma+color, pcvt28|dec vt220 emulation with 28 lines, cols#80, lines#28, is2=\E[1;28r\E[28;1H, use=pcvtXX, |