summaryrefslogtreecommitdiff
path: root/share/termtypes
AgeCommit message (Collapse)Author
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
The gettytab(5) and termcap(5) get FILES, others don't need anything. With input from & okay schwarze@
2015-12-05Update termtypes.master to upstream terminfo-20151128.Nicholas Marriott
2015-12-03Do not build termcap.db and terminfo.db, they are no longer needed.Nicholas Marriott
ok millert
2015-11-21Install terminfo files into /usr/share/terminfo (as well asNicholas Marriott
/usr/share/misc/terminfo.db for the moment). ok millert
2015-07-26Whoops, "screen" we also change kbs=^H to kbs=\177 now (this is why weNicholas Marriott
need a list of changes!)
2015-07-26Update to terminfo-20150725. Also add a note at the start about ourNicholas Marriott
(two) local changes.
2015-04-29Add tmux and tmux-256color entries; this can be used inside tmux forNicholas Marriott
correct italics support. ok naddy (on a slightly older version)
2015-04-22Update termtypes.master to terminfo.src from ncurses-5.9-20150418.Nicholas Marriott
2015-01-07Sync rxvt-unicode's terminfo entry with rxvt-unicode-9.21:David Coppa
- Updated: Marc Lehmann <schmorp@schmorp.de>, 24 Nov 2014: implement cvvis as blinking cursor - Updated: Marc Lehmann <schmorp@schmorp.de>, 13 Dec 2014: removed superfluous 0 from sgr ok nicm@
2014-09-17Both tmux and screen expect \177 for backspace, so change our screenNicholas Marriott
terminfo entry to have kbs=\177 (we already do this for xterm). Fixes problems with "le" editor reported by bcallah@
2014-04-07Update termtypes.master to upstream terminfo-20140329.src.Nicholas Marriott
2014-01-22fix .Xr usage; ok nicm@ jmc@Ingo Schwarze
2013-08-08Fix typo; from patrick keshishianTodd C. Miller
OK jmc@
2013-01-16Add terminfo entries for rxvt-unicode and rxvt-unicode-256colorDavid Coppa
ok sthen@, nicm@
2012-04-01Update termtypes.master to terminfo.src from ncurses-5.9-20120331.Nicholas Marriott
Mostly trivial changes.
2011-12-08Sync to terminfo.src from ncurses-20111203, this adds specific entriesNicholas Marriott
for OpenBSD i386 from Alexei Malinin.
2011-10-08Update to terminfo.src from ncurses-5.9-20111001. This replaces someNicholas Marriott
local kbs changes (^H -> \177) with using the new xterm+kbs fragment. ok deraadt dcoppa
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want)
2011-07-19Avoid running tic an extra time when stripping the comments fromTodd C. Miller
termcap. With help from and OK nicm@
2011-07-06Remove old warning about upgrading tic and just exit.Nicholas Marriott
ok millert
2011-07-06No need to change tabset path in termtypes.master, they've all beenTodd C. Miller
normalized to be /usr/share/tabset (except one that was missed). OK nicm@
2011-07-06Remove a trailing \ from a comment which was hiding the altos3 entryNicholas Marriott
(line continuation applies to comments). This doesn't matter now since we strip comments but still isn't right. Spotted by millert@.
2011-07-05Trim comments from termtypes.master before passing through cap_mkdb,Nicholas Marriott
speeds things up a good bit. ok tedu
2011-07-04Nuke map3270 (tn3270 itself died 9 months ago).Nicholas Marriott
ok deraadt
2011-07-03Update to the terminfo.src from ncurses-5.9-20110626.Nicholas Marriott
ok millert
2010-10-18As a local change, append rmacs to rs1 or rs2 for vt100 and vt220 soNicholas Marriott
that reset(1) turns off ACS. Suggested by ray, ok millert
2010-07-22various macro cleanup;Jason McIntyre
2010-07-19Update to upstream from ncurses-5.7-20100717. Fixes rs1 in wsvt25 and aNicholas Marriott
few other bits and pieces. ok millert
2010-04-05Change kbs for the screen entry to \177, both tmux and GNU screen useNicholas Marriott
this on OpenBSD. Fixes a problem seen by zinovik@. makes sense to millert and ok deraadt
2010-01-03.Bl always requires .It, even in .Bl -column;Ingo Schwarze
syntax errors found by mandoc(1), also required to fix the mandoc build; feedback and ok jmc@ and sobrado@
2009-10-28Update to terminfo-20091003, now maintained by Thomas Dickey as partNicholas Marriott
of ncurses. OpenBSD local changes are altering kbs to \177 in the xterm entries to match our local xterm settings, and a typo fix (sent upstream). Notable changes from the current file are: - xterm is now an alias to xterm-new rather than xterm-r6 by default, and has colour. Those who prefer black and white should use xterm-r6. - The F1-F4 keys are correct for wsvt25. - pcvt25 no longer has colour - wsvt25 should now be used instead anyway. - xterm, rxvt and other terminals have extended entries for function keys with modifiers (kRIT2-7 etc). - many new entries, including putty, konsole, sun-color, and 256 colour variants of xterm, screen, rxvt and so on. ok millert
2009-10-14Three cleanups:Nicholas Marriott
- ESR no longer maintains termcap/terminfo and the URL in Makefile is dead, so remove it; - remove the tic(1) stdout usage hack which is no longer necessary; - remove the README file which doesn't have anything useful anymore. ok millert
2009-07-12Update the screen entries to bring them into line with ncurses 5.7.Nicholas Marriott
ok millert sthen
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@