summaryrefslogtreecommitdiffstats
path: root/share/termcap
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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
|
OpenPOWER on IntegriCloud