summaryrefslogtreecommitdiffstats
path: root/share/termcap
Commit message (Collapse)AuthorAgeFilesLines
...
* We don't use two-letters terminal names, so strip them out from vt520* entriesache2002-01-181-2/+2
|
* Add entries for the DEC VT400 and and VT420 terminals.sheldonh2002-01-151-0/+35
| | | | | Obtained from: comp.terminals Reported by: tedm
* Merge some of vt2x0 tc= chain to save 1024 buffer space.ache2002-01-131-16/+19
| | | | | | Clarify comment about kind of color emulators for which vt*-co* entries are for and about saving space. Use direct \E[m instead of ...;m for dumb emulators.
* Add comment indicating that vtXXX-co* entries are for color-enabled terminalache2002-01-131-4/+5
| | | | emulators
* Add NP flag to vt100-npache2002-01-121-2/+2
|
* Add color entries for DEC VT familyache2002-01-121-3/+21
| | | | Compact some space in vt100 entry, add more ac characters
* Fix the rxvt termcap entry:nectar2002-01-091-2/+6
| | | | | | | | = Get the alternate character set capabilities right. = Enable color support for `rxvt'. = Add `rxvt-mono' for no color support. Approved by: ache
* Add entries for DEC VT520 and VT525.sheldonh2002-01-091-0/+43
| | | | | | PR: misc/33083 Submitted by: Ted Mittelstaedt <tedm@toybox.placo.com> Obtained from: ftp://gatekeeper.dec.com/pub/DEC/termcaps/
* Add an entry for Eterm.olgeni2001-12-221-0/+21
|
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-11/+3
| | | | Stolen from: NetBSD
* Back out part of prev. commit for CP437 case, there are lower controlsache2001-11-221-1/+2
| | | | graphics defined in codepage
* Don't use lower controls for console ACS. It makes screen or cut copy charsetache2001-11-221-5/+5
| | | | adequate.
* Add Greek console family (PR)ache2001-11-221-2/+24
| | | | | | | Add more ACS chars to l1/l2 PR: 32193 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Fix Latin1/Latin2 ac= to not use non-standard 8bit charactersache2001-11-221-2/+2
|
* Don't redirect to /dev/null when executing ex(1).ru2001-09-141-1/+1
| | | | | | | This makes it impossible to detect the problem with missing /var/tmp/vi.recover/. PR: misc/29715, misc/30514
* Add ve,vi,vs for cons25ache2001-08-151-1/+2
| | | | Submitted by: yokota
* We don't have rogue(1), and our rogue(6) doesn't useru2001-08-081-1/+1
| | | | | the `ma' attribute. (The original BSD manual stated that this attribute is used by vi version 2 only.)
* mdoc(7) police:ru2001-08-071-2/+2
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* New entry for rxvt.schweikh2001-06-151-0/+22
| | | | | PR: 28154 Submitted by: Giorgos Keramidas <charon@labs.gr>
* The standard Xterm geometry is 80x24, not 80x_65_.obrien2001-05-251-1/+1
| | | | | | | | | | | | | In the past 2 months or so, after rlogining into another host, the environment has the geometry wrong. Peter suggested that this behavior change was most likely caused by the PAM stuff that changed to run a proper session with a forked child. And that for some reason the window size is no longer being transferred via an OOB message on the socket. This change fixes my problem and seems to be a good stopgap measure until someone has time to ktrace/ktrace -i inetd to catch all the child processes it spawns while doing an rlogin and change window size a few times to see how far the change messages are getting.
* Add entry for cygwin, the Cygnus Windows emulator.imp2001-05-161-0/+2
| | | | | Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de> Reviewed by: ache
* cons25w: cosmetique, move all bolean and numeric capabilities to the topache2001-04-211-7/+9
| | | | of the entry for easy reading
* Add cons*u aliases to allow programs to determine exact code table via TERMache2001-04-191-11/+11
| | | | to use capabilities missing in termcap
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Force TERM to be dumb when building termcap. ex in batch mode seemsimp2001-02-241-1/+1
| | | | | to care about the terminal setting. In emacs, make buildworld was broken because it sets TERM to emacs, which caused ex to fail.
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
|
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-3/+1
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-7/+7
|
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+1
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* Prepare for mdoc(7)NG.ru2000-12-291-7/+9
|
* Added termcap entry for multilingual sysinstallhosokawa2000-12-041-0/+11
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
|
* cons25r: minimize differences with cons25ache2000-08-251-1/+1
|
* A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilotjoe2000-08-111-0/+6
| | | | applications.
* Fix linux console color capabilitiesache2000-08-011-3/+3
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Merge from stable: dtterm color fixache2000-07-271-0/+1
|
* cons: shorten "rs" again, syscons fixedache2000-07-211-1/+1
|
* cons:ache2000-07-211-7/+7
| | | | | | | | | Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step) Remove "mh" - termcap must describe what device _actually_ have end left emulation upon upper level program. "mh" is also conflicting with colors. Don't remove "md" for mono consoles dosansi: Wrong "mh" -> good "mr"
* cons: use newly added SGR 24 for "ue" and SGR 27 for "se"ache2000-07-201-5/+5
|
* Explicetly remove AX for mono consoles.ache2000-07-201-4/+4
| | | | Fix mono Latin2 console color support removing.
* cons: add AX to indicate that SGR 39 and 49 present and can be used separatelyache2000-07-201-1/+1
|
* Add kterm-color, which is to kterm what xterm-color is to xterm.asami2000-06-141-0/+2
| | | | Approved by: ache
* Fix "op" for xterm-colorache2000-06-141-1/+1
|
* cons25*: fix "op" to set initial (and not default) color pair.ache2000-06-051-1/+1
| | | | NOTE: you need to recompile old kernel first, "op" will not work otherwise
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* s/curses/ncurses/nik2000-03-011-2/+2
| | | | | PR: docs/17061 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Oops, fix typo in prev. commitache1999-12-241-1/+1
|
* Add Latin2 FreeBSD consolesache1999-12-241-2/+25
| | | | | | Minor correction of comments Submitted by: Latin2 console from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
OpenPOWER on IntegriCloud