summaryrefslogtreecommitdiffstats
path: root/share/termtypes
AgeCommit message (Collapse)AuthorFilesLines
2017-04-19Update to terminfo.src 2017-04-01.nicm1-120/+244
2017-02-07Update to terminfo-20170128.nicm1-69/+193
2017-01-25Add xterm+edit to tmux so that we get the old Home and End sequencesnicm1-5/+6
(only the modified ones are needed from xterm+pcfkeys).
2016-12-30Add xterm+pcfkeys to the tmux entry, for all the xterm(1) function keys.nicm1-4/+4
2016-12-30Update to terminfo-20161126.nicm1-709/+1761
2016-12-28fix the remaining cases of .Xr with only one argumentschwarze1-12/+12
2016-09-25Some ownership fixes for /usr/share/.natano1-1/+3
feedback and tweaks rpe ok tb
2016-01-08Zap extraneous SYNOPSIS sections.zhuk1-4/+2
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.nicm1-41/+153
2015-12-03Do not build termcap.db and terminfo.db, they are no longer needed.nicm1-23/+3
ok millert
2015-11-21Install terminfo files into /usr/share/terminfo (as well asnicm1-3/+13
/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 wenicm1-4/+5
need a list of changes!)
2015-07-26Update to terminfo-20150725. Also add a note at the start about ournicm1-54/+178
(two) local changes.
2015-04-29Add tmux and tmux-256color entries; this can be used inside tmux fornicm1-3/+12
correct italics support. ok naddy (on a slightly older version)
2015-04-22Update termtypes.master to terminfo.src from ncurses-5.9-20150418.nicm1-84/+368
2015-01-07Sync rxvt-unicode's terminfo entry with rxvt-unicode-9.21:dcoppa1-41/+42
- 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 screennicm1-4/+4
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.nicm1-1290/+1869
2014-01-22fix .Xr usage; ok nicm@ jmc@schwarze1-16/+10
2013-08-08Fix typo; from patrick keshishianmillert1-3/+3
OK jmc@
2013-01-16Add terminfo entries for rxvt-unicode and rxvt-unicode-256colordcoppa1-3/+57
ok sthen@, nicm@
2012-04-01Update termtypes.master to terminfo.src from ncurses-5.9-20120331.nicm1-39/+114
Mostly trivial changes.
2011-12-08Sync to terminfo.src from ncurses-20111203, this adds specific entriesnicm1-3/+56
for OpenBSD i386 from Alexei Malinin.
2011-10-08Update to terminfo.src from ncurses-5.9-20111001. This replaces somenicm1-109/+315
local kbs changes (^H -> \177) with using the new xterm+kbs fragment. ok deraadt dcoppa
2011-09-03make -column lists pretty again;jmc1-205/+218
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:jmc1-5/+3
.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 frommillert1-5/+5
termcap. With help from and OK nicm@
2011-07-06Remove old warning about upgrading tic and just exit.nicm1-11/+4
ok millert
2011-07-06No need to change tabset path in termtypes.master, they've all beenmillert2-19/+8
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 entrynicm1-4/+4
(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,nicm1-4/+12
speeds things up a good bit. ok tedu
2011-07-04Nuke map3270 (tn3270 itself died 9 months ago).nicm2-1026/+1
ok deraadt
2011-07-03Update to the terminfo.src from ncurses-5.9-20110626.nicm1-142/+240
ok millert
2010-10-18As a local change, append rmacs to rs1 or rs2 for vt100 and vt220 sonicm1-5/+5
that reset(1) turns off ACS. Suggested by ray, ok millert
2010-07-22various macro cleanup;jmc1-8/+8
2010-07-19Update to upstream from ncurses-5.7-20100717. Fixes rs1 in wsvt25 and anicm1-9652/+10018
few other bits and pieces. ok millert
2010-04-05Change kbs for the screen entry to \177, both tmux and GNU screen usenicm1-4/+4
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;schwarze1-11/+11
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 partnicm1-718/+3938
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:nicm2-63/+1
- 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.nicm1-23/+34
ok millert sthen
2008-09-02Use the installed version of tic instead of the newly built version,drahn1-10/+2
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 Longeaujmc1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-05-26remove references to CRTs where they no longer make sense;jmc1-7/+4
tweaked by mickey/krw ok deraadt
2005-12-29standard sections;jmc1-5/+4
from ray lai, tweaked by me;
2005-12-29supply missing args to .Xr;jmc1-22/+24
from ray lai
2005-12-29.Nm does not require an argument;jmc1-10/+10
from ray lai
2005-10-26Disable window-v2 entry, to make curses take the TERMCAP env var set byotto1-8/+10
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;jmc1-3/+3