Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | Zap 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-05 | Update termtypes.master to upstream terminfo-20151128. | Nicholas Marriott | |
2015-12-03 | Do not build termcap.db and terminfo.db, they are no longer needed. | Nicholas Marriott | |
ok millert | |||
2015-11-21 | Install terminfo files into /usr/share/terminfo (as well as | Nicholas Marriott | |
/usr/share/misc/terminfo.db for the moment). ok millert | |||
2015-07-26 | Whoops, "screen" we also change kbs=^H to kbs=\177 now (this is why we | Nicholas Marriott | |
need a list of changes!) | |||
2015-07-26 | Update to terminfo-20150725. Also add a note at the start about our | Nicholas Marriott | |
(two) local changes. | |||
2015-04-29 | Add tmux and tmux-256color entries; this can be used inside tmux for | Nicholas Marriott | |
correct italics support. ok naddy (on a slightly older version) | |||
2015-04-22 | Update termtypes.master to terminfo.src from ncurses-5.9-20150418. | Nicholas Marriott | |
2015-01-07 | Sync 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-17 | Both tmux and screen expect \177 for backspace, so change our screen | Nicholas Marriott | |
terminfo entry to have kbs=\177 (we already do this for xterm). Fixes problems with "le" editor reported by bcallah@ | |||
2014-04-07 | Update termtypes.master to upstream terminfo-20140329.src. | Nicholas Marriott | |
2014-01-22 | fix .Xr usage; ok nicm@ jmc@ | Ingo Schwarze | |
2013-08-08 | Fix typo; from patrick keshishian | Todd C. Miller | |
OK jmc@ | |||
2013-01-16 | Add terminfo entries for rxvt-unicode and rxvt-unicode-256color | David Coppa | |
ok sthen@, nicm@ | |||
2012-04-01 | Update termtypes.master to terminfo.src from ncurses-5.9-20120331. | Nicholas Marriott | |
Mostly trivial changes. | |||
2011-12-08 | Sync to terminfo.src from ncurses-20111203, this adds specific entries | Nicholas Marriott | |
for OpenBSD i386 from Alexei Malinin. | |||
2011-10-08 | Update to terminfo.src from ncurses-5.9-20111001. This replaces some | Nicholas Marriott | |
local kbs changes (^H -> \177) with using the new xterm+kbs fragment. ok deraadt dcoppa | |||
2011-09-03 | make -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-30 | in 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-19 | Avoid running tic an extra time when stripping the comments from | Todd C. Miller | |
termcap. With help from and OK nicm@ | |||
2011-07-06 | Remove old warning about upgrading tic and just exit. | Nicholas Marriott | |
ok millert | |||
2011-07-06 | No need to change tabset path in termtypes.master, they've all been | Todd C. Miller | |
normalized to be /usr/share/tabset (except one that was missed). OK nicm@ | |||
2011-07-06 | Remove a trailing \ from a comment which was hiding the altos3 entry | Nicholas 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-05 | Trim comments from termtypes.master before passing through cap_mkdb, | Nicholas Marriott | |
speeds things up a good bit. ok tedu | |||
2011-07-04 | Nuke map3270 (tn3270 itself died 9 months ago). | Nicholas Marriott | |
ok deraadt | |||
2011-07-03 | Update to the terminfo.src from ncurses-5.9-20110626. | Nicholas Marriott | |
ok millert | |||
2010-10-18 | As a local change, append rmacs to rs1 or rs2 for vt100 and vt220 so | Nicholas Marriott | |
that reset(1) turns off ACS. Suggested by ray, ok millert | |||
2010-07-22 | various macro cleanup; | Jason McIntyre | |
2010-07-19 | Update to upstream from ncurses-5.7-20100717. Fixes rs1 in wsvt25 and a | Nicholas Marriott | |
few other bits and pieces. ok millert | |||
2010-04-05 | Change kbs for the screen entry to \177, both tmux and GNU screen use | Nicholas 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-28 | Update to terminfo-20091003, now maintained by Thomas Dickey as part | Nicholas 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-14 | Three 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-12 | Update the screen entries to bring them into line with ncurses 5.7. | Nicholas Marriott | |
ok millert sthen | |||
2008-09-02 | Use 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-25 | kill "is is"; from Charles Longeau | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre | |
tweaked by mickey/krw ok deraadt | |||
2005-12-29 | standard sections; | Jason McIntyre | |
from ray lai, tweaked by me; | |||
2005-12-29 | supply 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-26 | Disable window-v2 entry, to make curses take the TERMCAP env var set by | Otto Moerbeek | |
window(1). We might want to change curses to make the env var take precedence some day. ok millert@ | |||
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre | |
2005-03-07 | use .Pq rather than .Po/.Pc; | Jason McIntyre | |
2004-03-13 | .SY -> .Sy | Jason McIntyre | |
2003-07-11 | stop groff trying to expand %B and %D; | Jason McIntyre | |
remove some unnecessary .Pp's; | |||
2003-07-02 | some punctuation/grammar fixes from wiz@netbsd and myself; | Jason McIntyre | |
2003-06-06 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-01-27 | Update wsvt25* terminal definition to match actual color usage; Thorsten Glaser. | Miod Vallat | |
ok millert@ |