summaryrefslogtreecommitdiff
path: root/share/termtypes
AgeCommit message (Collapse)Author
2008-09-02Use the installed version of tic instead of the newly built version,Dale Rahn
The build/upgrade process requires that changes requiring this type of update be recorded in faq/current.html. ok deraadt@
2007-06-25kill "is is"; from Charles LongeauJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2006-05-26remove references to CRTs where they no longer make sense;Jason McIntyre
tweaked by mickey/krw ok deraadt
2005-12-29standard sections;Jason McIntyre
from ray lai, tweaked by me;
2005-12-29supply missing args to .Xr;Jason McIntyre
from ray lai
2005-12-29.Nm does not require an argument;Jason McIntyre
from ray lai
2005-10-26Disable window-v2 entry, to make curses take the TERMCAP env var set byOtto Moerbeek
window(1). We might want to change curses to make the env var take precedence some day. ok millert@
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-07use .Pq rather than .Po/.Pc;Jason McIntyre
2004-03-13.SY -> .SyJason McIntyre
2003-07-11stop groff trying to expand %B and %D;Jason McIntyre
remove some unnecessary .Pp's;
2003-07-02some punctuation/grammar fixes from wiz@netbsd and myself;Jason McIntyre
2003-06-06- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-01-27Update wsvt25* terminal definition to match actual color usage; Thorsten Glaser.Miod Vallat
ok millert@
2002-03-28Use ^? as default backspace for xterm entries. Matches the change toTodd C. Miller
XTerm.ad.
2002-02-18Add barebones entry for the terminal type used by the window program.Todd C. Miller
In practive window will set $TERMCAP with a more capable entry based on the actual terminal it is running on. This entry is useful when running setuid/setgid commands where $TERMCAP is not consulted.
2001-11-05Add color capabilities to the wsvt25 entries for wscons(4).Christian Weisgerber
Adapted from NetBSD, ok millert@
2001-02-22Updates from ncurses-5.2-20010210:Todd C. Miller
o modify kterm to use acsc via SCS controls. o screen 3.9.8 allows xterm mouse controls to pass-through
2001-02-08Back out a local change that swapped the codes for application andTodd C. Miller
normal cursor keys. We needed it for pcvt but it wasn't really correct and it breaks cursor keys under wscons.
2001-02-03$OpenBSD$Niklas Hallqvist
2001-01-22Improved scoansi and cygwin terminfo entries from ncurses-5.2-20010114Todd C. Miller
2000-10-08Update to ncurses-5.1-20001007 version:Todd C. Miller
* correct description of Top Gun Telnet. * add kterm-color * add qansi* entries from QNX ftp site. * add Matrix Orbital entries by Eric Z. Ayers). * add xterm-basic, xterm-sco entries, update related entries to XFree86 4.0.1c * add S0, E0 extensions to screen's entry * several corrections based on tic's new parameter-checking code * modify xterm-r6 and similar rs2 sequences which had \E7...\E8 bracketing sequences that reset video attributes (\E8 would restore them)
2000-09-08Fix many display/formatting problems.Aaron Campbell
2000-07-24Add entry for amiga-vnc, from ncurses-5.1-20000722Todd C. Miller
2000-07-10add Eterm entryTodd C. Miller
2000-06-26Update to ncurses 2000/6/10 version:Todd C. Miller
* add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig) * correct spelling error in entry name: bq300-rv was given as bg300-rv in esr's version. * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD * correct color definition for ibm3164, make minor changes to other IBM terminal definitions based on recent terminfo descriptions -TD * add mgterm, from NetBSD -TD * add alias sun-cgsix for sun-ss5 as per NetBSD * change cons25w to use rs2 for reset rather than rs1 -TD * add rc/sc to aixterm based on manpage -TD * remove ncv from xterm-16color, xterm-256 color * add kmous capability to linux to use Joerg Schoen's gpm patch.
2000-05-15When the pcvt function key definitions were changed in the driver toTodd C. Miller
match what a real vt220 generates the pcvtXX entry was not updated accordingly. Fix a dangling vt220-old reference I missed in the old/new switch.
2000-04-14Add color support to pcvt25 entry. Our pcvt supports color but onlyTodd C. Miller
in 25 line mode.
2000-03-30Temporary work around until pcvt is fixed.Todd C. Miller
vt220 -> vt220-new vt220-old -> vt220
2000-03-26Update to ncurses-5.0-20000325Todd C. Miller
2000-03-23Updates from ncurses terminfo file:Todd C. Miller
+ correct typo in rxvt-basic terminfo from temporary change made while integrating 20000318. + revert part of the vt220 change (request by Todd C Miller). + add ansi-* terminfo entries from Eric's version.
2000-03-14Go back to using the "new" vt220 entry but use:Todd C. Miller
rmacs=\E(B, smacs=\E(0 instead of: rmacs=^O, smacs=^N Though it really seems like pcvt should work with the latter as well.
2000-03-14Back out a change from the last ncurses termtype merge. The new vt220Todd C. Miller
causes the console to switch into graphics mode with pcvt.
2000-03-12add khome/kend to xterm-r6 since our xterm supports these correctly. The ↵Todd C. Miller
old non-xfree86 r6 xterm sends \E[^@ for these keys which is wrong but enabling khome/kend shouldn't really cause any harm there.
2000-03-10Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,Todd C. Miller
not ^H.
2000-03-10Updates from ncurses-5.0-20000304:Todd C. Miller
o minor corrections/updates to several terminfo entries: rxvt-basic, vt520, vt525, ibm5151, xterm-xf86-v40 o minor corrections to xterm-xf86-v333 terminfo entry o add several terminfo entries from esr's "11.0".
2000-03-02$OpenBSD$Todd T. Fries
2000-02-17Be a little bit smarter about locating the in-tree tic binary.Todd C. Miller
2000-02-17Use the version of tic in the build tree, if available. This will makeTodd C. Miller
it easier for folks upgrading from 2.6.
2000-02-06Updates from ncurses-5.0-20000205:Todd C. Miller
* remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts with kf10 -TD * updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove', and adding kcbt -TD
2000-01-22canceled -> cancelledAaron Campbell
2000-01-12Hack to detect termcap/terminfo files that just contain a usage string.Todd C. Miller
This is needed because, until 5 minutes ago, tic prints its usage() to stdout and not stderr so the zero-length termcap check doesn't help us here. This hack should be removed after OpenBSD 2.7 is released.
2000-01-09Remove the hack to make xterm fit. Tic with the new termtypes file isTodd C. Miller
smart enough to do the right thing. *NOTE* it is a good idea to install a tic linked with the latest libcurses before building the new termcap/terminfo files.
2000-01-09Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,Todd C. Miller
not ^H.
2000-01-09Switch to the terminfo/termcap master file from the ncurses distroTodd C. Miller
since it is being actively maintained.
1999-12-12Use perl to do /usr/share/lib/tabset -> and /usr/lib/tabset -> /usr/share/tabsetTodd C. Miller
substiution in termcap generation as well as the pruning of unneeded entries in the xterm entry. This is only temporary until such time as we can remove the xterm hack altogether (new termtypes.master coming soon).
1999-09-23Typo fixes.Alex Feldman
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...