summaryrefslogtreecommitdiffstats
path: root/share/termcap
Commit message (Collapse)AuthorAgeFilesLines
* make install should not install any file in /etc.wosch1996-08-171-1/+3
|
* Add missing kD to cons25 default entryache1996-05-021-1/+1
|
* Add an entry for xterm with colors. The standard xterm now handlesjoerg1996-04-281-0/+2
| | | | ANSI colors.
* Add missing cons60* entriesache1996-03-301-1/+8
|
* Take slashes out of name for tab132 terminal entry. New ncurses doesn'tjkh1996-02-281-1/+1
| | | | like that.
* Correct a bunch of man page cross references and generallympp1996-02-111-1/+1
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Correct someone's cut-and-paste errors. Some lines began incorrectlyjkh1996-01-301-11/+11
| | | | | with spaces instead of tabs. Submitted by: Jeremy Chatfield <jdc@xinside.com>
* recording cvs-1.6 file deathpeter1995-12-301-476/+0
|
* Fix F11 and F12 for VT200, my mistakeache1995-08-161-4/+12
| | | | | | | Remove some rare-used semigraphics from VT100 entry, it really helps many not-fully compatible emulators and don't degradate original vt100 much. Add VT200 keys set to VT100 k1-k4, it not affects original VT100 since no one program tests keys presense, but helps emulators to work
* Remove bogus "nl=" and "ko=" from AT386.. The "nl=" causes serious problemspeter1995-08-151-1/+1
| | | | | with scrolling, especially with nvi. Reviewed by: ache
* Correct the entry for some Dasher terminal. A backslash has beenjoerg1995-08-151-1/+1
| | | | | | mangled. Submitted by: oops, i've just killed the mail from my inbox :-(
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-3/+3
| | | | specified in the top level Makefiles.
* Enable vt100 semigraphics for xtermache1995-05-161-1/+1
|
* Fix xterm entry by fallback to vt220 entry,ache1995-05-141-32/+31
| | | | also compact VT* is/rs capabilities to prevent overflowing
* Add separate entry for screen(1), slightly different from vt220ache1995-04-141-2/+4
|
* vt220: fix k1-k4 to be more compatible with xtermache1995-04-141-2/+2
| | | | | and other emulators. Simplify se/ue for emulators
* Update cons25 to S0ren ^H back changesache1995-03-281-2/+2
|
* Fix duplicate.ache1995-03-271-1/+1
|
* pc3r (russian): change kD to old compatible value.ache1995-03-271-2/+2
| | | | vt100: remove obsoleted nl
* Set kb=\177 to make proper erase char for DEC VTsache1995-03-271-1/+1
|
* Add :ut to vt100 generic entryache1995-03-271-1/+1
|
* Yet one pass through DEC VT entriesache1995-03-271-23/+14
|
* Add eo:it#8 to vt100 entryache1995-03-261-1/+1
|
* vt100/102/220 entries affected:ache1995-03-261-25/+47
| | | | | major cleanup add lot of missing capabilities
* Added cons30, cons43 and cons60 terminal types (==cons25 with more lines).phk1995-03-161-0/+12
| | | | Theres a mono entry for them all, and cons50 already existed.
* Use \E[x in "op" for cons25ache1995-03-041-1/+1
|
* Upgrade cons25 and cons25-r to lastest syscons changesache1995-03-031-3/+3
|
* cons25: turn off bold in "op" escapeache1995-02-251-1/+1
|
* Removed the bogus duplicate pcvt* alias names. Ache renamed themjoerg1995-02-171-25/+25
| | | | | | to shut up cap_mkdb warnings, but they better have to go away. Reviewed by: Hellmuth Michaelis
* Remove use of ${DESTDIR} in target of symbolic link, it makes the linkrgrimes1995-02-141-1/+1
| | | | point to the wrong place.
* Shut up cap_mkdb warnings on pcvt* entriesache1995-02-111-25/+25
|
* Add pcvt termcap entries (quite a lot of them - whew!)jkh1995-02-051-0/+250
| | | | Submitted by: hm
* Change the way I make the link to /etc/termcap. It worked for installjkh1995-02-011-2/+2
| | | | but not distribute. Now it works for both.
* Make a link to /etc for termcap file. /etc/termcap is just too lodged injkh1995-01-301-0/+2
| | | | folklore to do without! :-)
* Correct Delete key descriptionache1995-01-261-2/+1
|
* Fix this bogus Makefile.jkh1995-01-241-1/+0
|
* Could someone please add the following patch tojoerg1995-01-161-0/+1
| | | | | | | /usr/src/share/termcap/termcap.src? It defines the sequences emitted by the PageUp, PageDown and Keypad-[79513] keys. Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Remove duplicated ec capabilityache1995-01-151-1/+1
|
* Fix cv & ch to increment pos by oneache1995-01-151-1/+1
|
* Add nw & ec capabilities from new sysconsache1995-01-131-1/+1
|
* Changes to allow keypad 5 produce \E[E like SCO/ANSI term doesache1994-12-311-2/+2
|
* cons25w: add NP,cbache1994-10-261-2/+2
|
* Reorganize entries to not have duplicated "ac" capability in environmentache1994-10-261-4/+7
| | | | or tgetent() buffer
* cons25: add more parametrized capabilities: cv,ch,ecache1994-10-261-1/+1
|
* Remove "mh" capability for -mono familyache1994-10-211-3/+3
|
* Optimize mono entries a bitache1994-10-151-3/+3
|
* Monochrome entries addedache1994-10-151-4/+18
|
* Change do= from ^J to \E[B, this escape must works in all terminal modesache1994-10-061-2/+2
| | | | and old variant don't work properly, if \n --> \r\n (cons25,pc3)
* Remove emulation of upper/lower lines from all entries,ache1994-09-301-3/+3
| | | | this work done by ncurses
* 80x50 russian console added:ache1994-09-261-1/+8
| | | | | | | | | | cons50r|cons50-koi8-r|80x50 koi8-r FreeBSD console:\ Aliases to koi8-r console added: cons25r|pc3r|ibmpc3r|cons25-koi8-r|FreeBSD console for syscons koi8-r code table:\ ISO 8859-1 console 80x25 and 80x50 added with full semigraphics description cons25l1|cons25-iso8859-1|80x25 ISO 8859-1 FreeBSD console:\ cons50l1|cons50-iso8859-1|80x50 ISO 8859-1 FreeBSD console:\
OpenPOWER on IntegriCloud