summaryrefslogtreecommitdiffstats
path: root/share/termcap/termcap.src
Commit message (Collapse)AuthorAgeFilesLines
* Previous commit of adding ut to xterm entry broke kterm-color entry.ume2002-08-201-1/+1
| | | | | | | | | 3 bytes (ut:) seems too long for kterm-color. There is a limitation of buffer size within 1024 bytes in our ncurses. Submitted by: mistral@imasy.or.jp Reviewed by: matusita MFC after: 1 day
* Add ut to xterm (which was removed from vt* it refers)ache2002-08-171-1/+1
|
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-12/+12
| | | | | | | | | | (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
* Add termcap entries to be able to switch to line drawing characterhm2002-04-261-2/+5
| | | | set for the pcvt driver.
* 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
|
* 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
|
* Add ve,vi,vs for cons25ache2001-08-151-1/+2
| | | | Submitted by: yokota
* 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
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
|
* Added termcap entry for multilingual sysinstallhosokawa2000-12-041-0/+11
|
* 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
* 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>
* Use 'i' for ACS lantern (as ncurses expect it)ache1999-12-241-7/+7
|
* Remove unsupported hardstatus related terminal capabilities for thejkoshy1999-11-161-2/+1
| | | | | | | 'xterm' entry. PR: misc/12209 Submitted by: Christian Weisgerber
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* PR: conf/2284thepish1998-05-311-2/+2
| | | | | Submitted by: faulkner@asgard.hos.net Correct termcap entry for ibm3163 (arrow keys)
* Added contributed entry for Linux consoles.jkoshy1998-05-211-1/+22
| | | | | PR: 5977 Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de>
* An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don'tsteve1997-12-281-1/+3
| | | | | | | have hardware tab support. PR: 5386 Submitted by: Kevin Day <toasty@dragondata.com>
* Back out recent color-xerm and xterm merging,ache1997-06-141-5/+2
| | | | | it can leads to confusion with what programs traditionly expect and gains almost nothing since -tn option exist to specify desired term.
* xterm entry:ache1997-06-131-3/+7
| | | | | | | | 1) fix k1-k4 to match XF3.3 2) fix kb,kD to match keyboard 3) merge xterm-color in: default description must match best current practice and color card is most common variant for X now. Add xterm-mono entry for mono cards.
* Replace Sf/Sb with AF/AB for terminals with ANSI colorsache1997-04-051-8/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Don't use im/ei for xterm/dtterm/screen entries, use ic/IC instead.ache1997-02-011-4/+3
| | | | Should go into 2.2
OpenPOWER on IntegriCloud