summaryrefslogtreecommitdiffstats
path: root/share/termcap/termcap.src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove empty im/ei/dm/ed entriesache1997-02-011-61/+61
| | | | | | | Don't use im/ei for vt200 because of conflict with ic, pointed by bde. Shorten vt200-based entries as result. Should go into 2.2
* Add save/restore cursor position capabilities for FreeBSD consoleache1997-01-241-1/+1
|
* workaround: add alias to dtterm entrytorstenb1997-01-151-1/+1
| | | | Pointed-out by: bde
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add dttermtorstenb1997-01-131-1/+33
| | | | Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
* Rename vt*-em entries to vt*-nac entriesache1997-01-071-27/+42
| | | | Add vt*-pf entries with k1-k4 as pf1-pf4 and make it non-default
* Merge vt* entries with Eric's databaseache1997-01-071-17/+14
| | | | Add vt300-340 entries
* Add xterm-r5, xterm-r6, xterm-xf86-v32 entriesache1996-12-191-1/+57
| | | | mainly from Eric's database with small editing by me
* Update screen(1) entriesache1996-12-081-4/+24
| | | | 2.2 candidate
* xterm: add Home & End keys, they are different from tc=vt220ache1996-11-181-1/+2
| | | | 2.2 candidate
OpenPOWER on IntegriCloud