summaryrefslogtreecommitdiffstats
path: root/share/termcap
Commit message (Collapse)AuthorAgeFilesLines
* - Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).rafan2008-01-081-2/+2
| | | | | | | | | | | | | | | As ncurses has the limitation that it returns the first matched key symbol, you can not use END in ncurses based program, like mutt, with xterm. - Add @8 (kp_enter) definition for xterm so you can use ENTER in xterm with ncurses based program. I also found that NetBSD's xterm does the same thing. PR: 100150 Reported by: Arseny Nasokin <tarc at tarc.po.cs.msu.su> Discussed with: Thomas Dickey, Ulrich Spoerlein <uspoerlein at gmail.com> Reviewed by: freebsd-arch@ MFC after: 2 month
* Delete an extra backslash at the end of the xterm-basic entry.yar2007-10-171-1/+1
| | | | | | | It can be missed easily that the following blank line formally belongs to the xterm-basic entry due to the unneeded backslash. PR: bin/80256 (audit trail)
* Backout my last changes. ISO-8859-15 does not specify ACS graphics.matteo2006-04-301-1/+1
| | | | Requested by: ache
* Add curses ACS line graphics support for iso15 fontsmatteo2006-04-291-1/+1
| | | | | | | | | | | | | | | Now ncurses-based programs such as sysinstall and mc will display the correct font for graphical lines instead of "-" and "+" characters. Correct two special characters for cons25l1 in termcap: use real arrows instead of ">>" and "<<". Add a lot of additional symbols for line drawing which are taken from the CP437 font. Almost all of the ACS symbols are now implemented. PR: conf/90082 Submitted by: Oliver Fromme <olli@secnetix.de> MFC after: 1 week
* xterm-basic: add AX flagache2005-10-181-1/+1
| | | | (the same in xterm-supplied termcap)
* xterm-basic:ache2005-10-171-2/+2
| | | | | 1) use standard vt100 as/ae instead of ^N/^O which not works in real xterm 2) Remove ^O from me, it not belongs there
* Remove the map3270 file, tn3270 was retired long ago.phk2005-08-052-1027/+1
|
* Add endianness support to cap_mkdb(1), useful for cross builds.ru2005-02-221-1/+10
|
* Expand *n't contractions.ru2005-02-131-4/+4
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-1/+1
|
* It's been years since Berkeley maintained termcap.murray2004-06-051-1/+12
| | | | | | | | | | Remove references to termcap@berkeley.edu and uunet!ucbvax!termcap in favor of send-pr(1). Add comment about how to use cap_mkdb to build a new termcap db. Submitted by: Ted Mittelstaedt <tedm@toybox.placo.com> MFC After: 2 weeks
* Added entries for ibm151 and ibm3151-25.schweikh2004-03-201-86/+113
| | | | | | | | | | | | Style: o Use tabs instead of 8 spaces o Space after # beginning comment o Fix entries lacking ":" after tab o Removed whitespace at EOL PR: misc/62749 (the ibm additions) Submitted by: Gerhard Gonter <gonter@wu-wien.ac.at> MFC after: 3 days
* Added entries for 90 columns russian VGA modes.schweikh2004-03-161-0/+22
| | | | | | PR: conf/51830 Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net> MFC after: 1 week
* Instead of repeating most of vt102, make mvterm reference it.schweikh2004-03-121-20/+3
| | | | | | PR: 61796 Submitted by: Daniel Rudy <root@wildfire.danielrudy.org> MFC after: 1 week
* Remove a spurious backslash at EOL to get a proper xterm-ic entry.schweikh2004-03-121-1/+1
| | | | | | PR: 56956 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> MFC after: 1 week
* Give xterm-basic the le entry. bs should be avoided.schweikh2004-03-101-1/+1
| | | | | | | | This is a prerequisite to fix PR: bin/48679 Discussed with: Thomas Dickey (xterm termcap maintainer) MFC after: 2 weeks
* Update Eterm entry to Eterm 0.9.2cognet2004-01-251-20/+20
| | | | | Submitted by: Geraud CONTINSOUZAS <geraud.continsouzas@wanadoo.fr> MFC after: 3 days
* Update screen(1)-related entries with more recent variantsache2003-08-051-5/+10
| | | | | PR: 55146 Submitted by: Juha-Matti Tilli <juhis@nallukka.net>
* Add or correct section number in .Xrcharnier2003-06-081-16/+16
|
* Add entry for putty as an alias to vt220-colorache2003-05-311-1/+1
|
* These entries (for multilingual sysinstall) are not for Japanese term only.hosokawa2003-04-061-3/+3
| | | | Changed to more generic names.
* Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH.trhodes2003-01-091-1/+1
| | | | | | | Update the URL to reflect this. PR: 45010 Submitted by: Kim Scarborough <sluggo@unknown.nu> (Original patch)
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+2
| | | | Add FreeBSD Id tag where missing.
* Add some linux keysdavidxu2002-12-191-1/+1
|
* Remove more two-letters names,ache2002-09-281-8/+9
| | | | | | we don't use them in termcap already many years. Add "su" as alias to "dumb" to help login, with comment.
* Another two-letters breakageache2002-09-081-1/+1
|
* 1) Remove all two-letters names and derivates, comes with Xfree* entries spam,ache2002-09-081-35/+24
| | | | | | we don't use two-letters names already many years. 2) Make xterm-color just plain alias to xterm instead of unnecessary reduplication of color capabilities already exist in xterm entry.
* Fix xterm-color so that it (1) doesn't bitch on exit, (2) doesn't restoreobrien2002-09-011-1/+4
| | | | | | the pre-run screen. Desired by: alfred, peter, mini
* Use the xterm termcap that XFree86 ships instead of our somewhatschweikh2002-08-272-69/+188
| | | | | | | | questionable termcaps. PR: bin/41143, also fixes ports/35092 Submitted by: Andy Sparrow <spadger@best.com> MFC after: 3 days
* Reformat the mvterm entry to fit mostly in an 80 column terminal.schweikh2002-08-251-11/+14
| | | | | Suggested by: bde MFC after: 3 days
* 1) add mvtermschweikh2002-08-221-1/+44
| | | | | | | | | | | 2) add 132 column entries for VESA 3) fix kterm entry tc PR: 1) misc/39628, 2) conf/13918, 3) misc/22660 Submitted by: 1) Daniel Rudy <dcrudy@pacbell.net> Submitted by: 2) Martin Kammerhofer <dada@sbox.tu-graz.ac.at> Submitted by: 3) Koji Mori <mori@tri.asanuma.co.jp> MFC after: 2 weeks
* 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
|
* Handle the escaped colon \: in a capability.ru2002-08-121-2/+3
| | | | | | PR: bin/30778 Reviewed by: ache, peter MFC after: 3 days
* 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.
* Complete the fix in revision 1.13 -- don't even depend on termcap(5)ru2002-04-041-1/+1
| | | | | | database to be present. PR: misc/31225
* 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>
OpenPOWER on IntegriCloud