History log of /freebsd-10.1-release/share/termcap/termcap.src
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 267734 22-Jun-2014 gavin

Merge r267482,r267483,r267486,r267577,r267671,r267672 from head:

Remove send-pr and fix up all references to it. Replace it with a
stub send-pr directing people towards the web site.


# 263098 12-Mar-2014 bdrewery

MFC r262220:

Add missing Save Cursor support for VT520

PR: conf/174937


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 243073 15-Nov-2012 eadler

Some software, notably dialog(1), can understand back-tab, which is
typically bound to Shift-Tab. syscons produces ^]]Z for Shift-Tab, like
many VT100-like terminal (emulators). The plain xterm does not produce
this sequence, but ^I for both Tab and Shift-Tab.

PR: conf/162787
PR: bin/151229
Submitted by: Stefan Bethke <stb@lassitu.de>
Submitted by: Bruce Cran <bruce@cran.org.uk>
Approved by: cperciva
MFC after: 3 days


# 228993 30-Dec-2011 uqs

Spelling fixes for share/


# 218844 19-Feb-2011 ed

Improve 256 color support.

- Add screen-256color,
- Improve rxvt-256color to set pa and op properly.
- Add rxvt-unicode-256color as an alias to rxvt-256color.

PR: conf/152713, conf/153164
Submitted by: Alexander Verbod and Frédéric Perrin
MFC after: 2 weeks


# 211066 08-Aug-2010 gavin

Add a termcap entry for rxvt-256color.

PR: conf/147726
Submitted by: Sterling (Chip) Camden <sterling camdensoftware.com>
MFC after: 2 weeks


# 202048 10-Jan-2010 ed

Properly make the end key work again for TERM=xterm.

I've been so busy hacking on utmpx the last couple of days, out of
reflex, I committed it to the wrong source tree. Note to myself: don't
hack on FreeBSD while watching TV at the same time.

PR: conf/142578
Submitted by: Yuri Pankov <yuri pankov gmail com>
Reminded by: stefanf


# 200503 14-Dec-2009 dougb

Revert the xterm terminal behavior to NOT clear the screen after
exiting a pager, vi, etc.

Add some example xterm*-clear entries to the termcap files to make
it easier for people to enable that behavior.

Document the examples in the man page to make them easier to find.


# 200369 10-Dec-2009 ed

Update termcap entries for xterm.

It turns out these entries do make Terminal.app behave a little better.
According to Thomas Dickey, Terminal.app should use TERM=nsterm anyway,
but we don't support this yet. Already having an improved termcap entry
helps, so I am going to MFC this change after all.

Suggested by: Leonidas Tsampros <ltsampros upnet gr>
MFC after: 1 month


# 194176 14-Jun-2009 edwin

Add missing passthrough printing entries for VT100 and workalikes
in /etc/termcap:

VT100 spec indicates that passthrough printing can be enabled
by sending ESC[5i and disabled by sending ESC[4i These entries
should be listed as po and pf in /etc/termcap, but are absent.
See http://www.vt100.net/docs/vt102-ug/chapter5.html#S5.5.2.23

PR: conf/71549
Submitted by: Andrew Webster <andrew@pubnix.net>
MFC after: 1 week


# 194172 14-Jun-2009 edwin

Termcap updates for screen and linux console:

screen entry: F11-F20 keys added
linux entry: F10-F20 keys added, ACS line graphics added

PR: kern/108899
Submitted by: Joseph Terner<jtsn@gmx.de>
MFC after: 1 week


# 194152 14-Jun-2009 edwin

Add missing terminal definition for Wyse 120 in termcap

Although the PR contains also the definitions of the Wyse 60, they
are not copied into it since there are already definition for them
in the termcap file since 1997.

Also, the PR didn't use the :tc=xxx: feature, so I've imploded them.

PR: conf/81882
Submitted by: Meister des Chaos <meister@netz00.com>
MFC after: 1 week


# 194146 14-Jun-2009 edwin

Add missing termcap entry for rxvt-unicode.

The termcap database does not have an entry for rxvt-unicode.
This means that programs that need an entry such as vi fail
to work when connecting via ssh using this terminal emulator.

The added data is not the same as the PR submitted by Richard, it
uses the :tc=xxx: option to inherit everything from rxvt-mono.

PR: conf/117323
Submitted by: Richard Bradshaw <richard.bradshaw@blueyonder.co.uk>
MFC after: 1 week


# 194088 12-Jun-2009 edwin

Fix typo in cons25l7 definition in etc/termcap.small and share/termcap

There is a minor typo in the cons25l7 (':' instead of '|') entry
in src/etc/termcap.small that causes syscons to complain about
bogus characters in /etc/termcap.db.

PR: conf/132777
Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
MFC after: 1 week


# 189216 01-Mar-2009 rafan

- Remove kH (kp_kll) from screen. It has the identical key sequence as
@7 (kp_end). As ncurses has the limitation that it returns the first
matched key symbol, you can not use END in ncurses based program under
screen (like ports/misc/mc).

We did similar changes to xterm entry last year for exactly the same reason.

PR: 132199
Submitted by: Timur I. Bakeyev <timur at FreeBSD.org>
MFC after: 2 month


# 175161 08-Jan-2008 rafan

- Remove kH and *6 from xterm. They are defined to the same key as @7 (kp_end).
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


# 172728 17-Oct-2007 yar

Delete an extra backslash at the end of the xterm-basic entry.
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)


# 158173 30-Apr-2006 matteo

Backout my last changes. ISO-8859-15 does not specify ACS graphics.
Requested by: ache


# 158144 29-Apr-2006 matteo

Add curses ACS line graphics support for iso15 fonts
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


# 151448 18-Oct-2005 ache

xterm-basic: add AX flag
(the same in xterm-supplied termcap)


# 151408 17-Oct-2005 ache

xterm-basic:
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


# 130126 05-Jun-2004 murray

It's been years since Berkeley maintained termcap.

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


# 127232 20-Mar-2004 schweikh

Added entries for ibm151 and ibm3151-25.
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


# 127084 16-Mar-2004 schweikh

Added entries for 90 columns russian VGA modes.

PR: conf/51830
Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net>
MFC after: 1 week


# 126883 12-Mar-2004 schweikh

Instead of repeating most of vt102, make mvterm reference it.

PR: 61796
Submitted by: Daniel Rudy <root@wildfire.danielrudy.org>
MFC after: 1 week


# 126881 12-Mar-2004 schweikh

Remove a spurious backslash at EOL to get a proper xterm-ic entry.

PR: 56956
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
MFC after: 1 week


# 126827 10-Mar-2004 schweikh

Give xterm-basic the le entry. bs should be avoided.
This is a prerequisite to fix

PR: bin/48679
Discussed with: Thomas Dickey (xterm termcap maintainer)
MFC after: 2 weeks


# 124982 25-Jan-2004 cognet

Update Eterm entry to Eterm 0.9.2

Submitted by: Geraud CONTINSOUZAS <geraud.continsouzas@wanadoo.fr>
MFC after: 3 days


# 118476 05-Aug-2003 ache

Update screen(1)-related entries with more recent variants

PR: 55146
Submitted by: Juha-Matti Tilli <juhis@nallukka.net>


# 115450 31-May-2003 ache

Add entry for putty as an alias to vt220-color


# 113164 06-Apr-2003 hosokawa

These entries (for multilingual sysinstall) are not for Japanese term only.
Changed to more generic names.


# 109025 09-Jan-2003 trhodes

Top Gun Telnet has been deprecated, and the home page recomends Top Gun SSH.
Update the URL to reflect this.

PR: 45010
Submitted by: Kim Scarborough <sluggo@unknown.nu> (Original patch)


# 108067 18-Dec-2002 davidxu

Add some linux keys


# 104076 28-Sep-2002 ache

Remove more two-letters names,
we don't use them in termcap already many years.

Add "su" as alias to "dumb" to help login, with comment.


# 103093 08-Sep-2002 ache

1) Remove all two-letters names and derivates, comes with Xfree* entries spam,
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.


# 102752 01-Sep-2002 obrien

Fix xterm-color so that it (1) doesn't bitch on exit, (2) doesn't restore
the pre-run screen.

Desired by: alfred, peter, mini


# 102495 27-Aug-2002 schweikh

Use the xterm termcap that XFree86 ships instead of our somewhat
questionable termcaps.

PR: bin/41143, also fixes ports/35092
Submitted by: Andy Sparrow <spadger@best.com>
MFC after: 3 days


# 102409 25-Aug-2002 schweikh

Reformat the mvterm entry to fit mostly in an 80 column terminal.

Suggested by: bde
MFC after: 3 days


# 102279 22-Aug-2002 schweikh

1) add mvterm
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


# 102188 20-Aug-2002 ume

Previous commit of adding ut to xterm entry broke kterm-color entry.
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


# 102006 17-Aug-2002 ache

Add ut to xterm (which was removed from vt* it refers)


# 101677 11-Aug-2002 schweikh

Fix typos; each file has at least one s/seperat/separat/
(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


# 95493 26-Apr-2002 hm

Add termcap entries to be able to switch to line drawing character
set for the pcvt driver.


# 89514 18-Jan-2002 ache

We don't use two-letters terminal names, so strip them out from vt520* entries


# 89395 15-Jan-2002 sheldonh

Add entries for the DEC VT400 and and VT420 terminals.

Obtained from: comp.terminals
Reported by: tedm


# 89304 13-Jan-2002 ache

Merge some of vt2x0 tc= chain to save 1024 buffer space.
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.


# 89300 12-Jan-2002 ache

Add comment indicating that vtXXX-co* entries are for color-enabled terminal
emulators


# 89292 12-Jan-2002 ache

Add NP flag to vt100-np


# 89288 12-Jan-2002 ache

Add color entries for DEC VT family
Compact some space in vt100 entry, add more ac characters


# 89130 09-Jan-2002 nectar

Fix the rxvt termcap entry:
= Get the alternate character set capabilities right.
= Enable color support for `rxvt'.
= Add `rxvt-mono' for no color support.

Approved by: ache


# 89128 09-Jan-2002 sheldonh

Add entries for DEC VT520 and VT525.

PR: misc/33083
Submitted by: Ted Mittelstaedt <tedm@toybox.placo.com>
Obtained from: ftp://gatekeeper.dec.com/pub/DEC/termcaps/


# 88411 22-Dec-2001 olgeni

Add an entry for Eterm.


# 86792 22-Nov-2001 ache

Back out part of prev. commit for CP437 case, there are lower controls
graphics defined in codepage


# 86790 22-Nov-2001 ache

Don't use lower controls for console ACS. It makes screen or cut copy charset
adequate.


# 86788 22-Nov-2001 ache

Add Greek console family (PR)
Add more ACS chars to l1/l2

PR: 32193
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>


# 86787 22-Nov-2001 ache

Fix Latin1/Latin2 ac= to not use non-standard 8bit characters


# 81668 15-Aug-2001 ache

Add ve,vi,vs for cons25

Submitted by: yokota


# 78279 15-Jun-2001 schweikh

New entry for rxvt.

PR: 28154
Submitted by: Giorgos Keramidas <charon@labs.gr>


# 77201 25-May-2001 obrien

The standard Xterm geometry is 80x24, not 80x_65_.

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.


# 76692 16-May-2001 imp

Add entry for cygwin, the Cygnus Windows emulator.

Submitted by: "Karsten W. Rohrbach" <karsten@rohrbach.de>
Reviewed by: ache


# 75785 21-Apr-2001 ache

cons25w: cosmetique, move all bolean and numeric capabilities to the top
of the entry for easy reading


# 75716 19-Apr-2001 ache

Add cons*u aliases to allow programs to determine exact code table via TERM
to use capabilities missing in termcap


# 72640 18-Feb-2001 asmodai

Preceed/preceeding are not english words. Use precede or preceding.


# 69561 04-Dec-2000 hosokawa

Added termcap entry for multilingual sysinstall


# 65071 25-Aug-2000 ache

cons25r: minimize differences with cons25


# 64538 11-Aug-2000 joe

A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilot
applications.


# 64109 01-Aug-2000 ache

Fix linux console color capabilities

Submitted by: Christian Weisgerber <naddy@mips.inka.de>


# 63929 27-Jul-2000 ache

Merge from stable: dtterm color fix


# 63724 21-Jul-2000 ache

cons: shorten "rs" again, syscons fixed


# 63703 20-Jul-2000 ache

cons:
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"


# 63684 20-Jul-2000 ache

cons: use newly added SGR 24 for "ue" and SGR 27 for "se"


# 63655 20-Jul-2000 ache

Explicetly remove AX for mono consoles.
Fix mono Latin2 console color support removing.


# 63651 20-Jul-2000 ache

cons: add AX to indicate that SGR 39 and 49 present and can be used separately


# 61696 14-Jun-2000 asami

Add kterm-color, which is to kterm what xterm-color is to xterm.

Approved by: ache


# 61669 14-Jun-2000 ache

Fix "op" for xterm-color


# 61299 05-Jun-2000 ache

cons25*: fix "op" to set initial (and not default) color pair.

NOTE: you need to recompile old kernel first, "op" will not work otherwise


# 55073 24-Dec-1999 ache

Oops, fix typo in prev. commit


# 55072 24-Dec-1999 ache

Add Latin2 FreeBSD consoles
Minor correction of comments

Submitted by: Latin2 console from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>


# 55070 24-Dec-1999 ache

Use 'i' for ACS lantern (as ncurses expect it)


# 53213 16-Nov-1999 jkoshy

Remove unsupported hardstatus related terminal capabilities for the
'xterm' entry.

PR: misc/12209
Submitted by: Christian Weisgerber


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 36487 31-May-1998 thepish

PR: conf/2284
Submitted by: faulkner@asgard.hos.net
Correct termcap entry for ibm3163 (arrow keys)


# 36277 21-May-1998 jkoshy

Added contributed entry for Linux consoles.

PR: 5977
Submitted by: Christian Weisberger <naddy@bigeye.rhein-neckar.de>


# 32046 28-Dec-1997 steve

An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don't
have hardware tab support.

PR: 5386
Submitted by: Kevin Day <toasty@dragondata.com>


# 26633 14-Jun-1997 ache

Back out recent color-xerm and xterm merging,
it can leads to confusion with what programs traditionly expect
and gains almost nothing since -tn option exist to specify desired term.


# 26593 13-Jun-1997 ache

xterm entry:
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.


# 24643 05-Apr-1997 ache

Replace Sf/Sb with AF/AB for terminals with ANSI colors


# 22988 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 22190 01-Feb-1997 ache

Don't use im/ei for xterm/dtterm/screen entries, use ic/IC instead.

Should go into 2.2


# 22188 01-Feb-1997 ache

Remove empty im/ei/dm/ed entries
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


# 21968 23-Jan-1997 ache

Add save/restore cursor position capabilities for FreeBSD console


# 21719 15-Jan-1997 torstenb

workaround: add alias to dtterm entry

Pointed-out by: bde


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# 21658 13-Jan-1997 torstenb

add dtterm

Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission


# 21410 07-Jan-1997 ache

Rename vt*-em entries to vt*-nac entries
Add vt*-pf entries with k1-k4 as pf1-pf4 and make it non-default


# 21385 06-Jan-1997 ache

Merge vt* entries with Eric's database
Add vt300-340 entries


# 20696 19-Dec-1996 ache

Add xterm-r5, xterm-r6, xterm-xf86-v32 entries
mainly from Eric's database with small editing by me


# 20218 08-Dec-1996 ache

Update screen(1) entries

2.2 candidate


# 19840 17-Nov-1996 ache

xterm: add Home & End keys, they are different from tc=vt220

2.2 candidate


# 19042 19-Oct-1996 pst

Restore ache's km addition to syscons


# 19041 19-Oct-1996 pst

Restore XTERM definition to old definition + KM


# 19015 18-Oct-1996 ache

Remove two-letters names from xterm which cause database
duplicated entries. We don't use two-letter names already long time


# 18995 17-Oct-1996 pst

add km for syscons so folks with meta maps can take advantage of them


# 18994 17-Oct-1996 pst

Fix xterm termcap entry to support km and new xterms


# 18738 06-Oct-1996 ache

Add missing cons30*, cons43* entries


# 18715 05-Oct-1996 wosch

delete doubled words, e.g.: "the the" -> "the"


# 18660 03-Oct-1996 ache

Add vt*-em entries set for emulators without semigraphics


# 15563 02-May-1996 ache

Add missing kD to cons25 default entry


# 15430 28-Apr-1996 joerg

Add an entry for xterm with colors. The standard xterm now handles
ANSI colors.


# 14923 30-Mar-1996 ache

Add missing cons60* entries


# 14291 28-Feb-1996 jkh

Take slashes out of name for tab132 terminal entry. New ncurses doesn't
like that.


# 13768 30-Jan-1996 jkh

Correct someone's cut-and-paste errors. Some lines began incorrectly
with spaces instead of tabs.
Submitted by: Jeremy Chatfield <jdc@xinside.com>


# 10081 16-Aug-1995 ache

Fix F11 and F12 for VT200, my mistake
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


# 10073 15-Aug-1995 peter

Remove bogus "nl=" and "ko=" from AT386.. The "nl=" causes serious problems
with scrolling, especially with nvi.
Reviewed by: ache


# 10070 15-Aug-1995 joerg

Correct the entry for some Dasher terminal. A backslash has been
mangled.

Submitted by: oops, i've just killed the mail from my inbox :-(


# 8559 16-May-1995 ache

Enable vt100 semigraphics for xterm


# 8525 14-May-1995 ache

Fix xterm entry by fallback to vt220 entry,
also compact VT* is/rs capabilities to prevent overflowing


# 7824 14-Apr-1995 ache

Add separate entry for screen(1), slightly different from vt220


# 7822 14-Apr-1995 ache

vt220: fix k1-k4 to be more compatible with xterm
and other emulators.
Simplify se/ue for emulators


# 7426 28-Mar-1995 ache

Update cons25 to S0ren ^H back changes


# 7414 27-Mar-1995 ache

pc3r (russian): change kD to old compatible value.
vt100: remove obsoleted nl


# 7413 27-Mar-1995 ache

Set kb=\177 to make proper erase char for DEC VTs


# 7408 26-Mar-1995 ache

Add :ut to vt100 generic entry


# 7405 26-Mar-1995 ache

Yet one pass through DEC VT entries


# 7381 25-Mar-1995 ache

Add eo:it#8 to vt100 entry


# 7380 25-Mar-1995 ache

vt100/102/220 entries affected:
major cleanup
add lot of missing capabilities


# 7077 15-Mar-1995 phk

Added cons30, cons43 and cons60 terminal types (==cons25 with more lines).
Theres a mono entry for them all, and cons50 already existed.


# 6888 04-Mar-1995 ache

Use \E[x in "op" for cons25


# 6871 03-Mar-1995 ache

Upgrade cons25 and cons25-r to lastest syscons changes


# 6697 25-Feb-1995 ache

cons25: turn off bold in "op" escape


# 6519 17-Feb-1995 joerg

Removed the bogus duplicate pcvt* alias names. Ache renamed them
to shut up cap_mkdb warnings, but they better have to go away.

Reviewed by: Hellmuth Michaelis


# 6313 11-Feb-1995 ache

Shut up cap_mkdb warnings on pcvt* entries


# 6197 05-Feb-1995 jkh

Add pcvt termcap entries (quite a lot of them - whew!)
Submitted by: hm


# 5926 26-Jan-1995 ache

Correct Delete key description


# 5655 16-Jan-1995 joerg

Could someone please add the following patch to
/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>


# 5634 15-Jan-1995 ache

Remove duplicated ec capability


# 5632 15-Jan-1995 ache

Fix cv & ch to increment pos by one


# 5558 12-Jan-1995 ache

Add nw & ec capabilities from new syscons


# 5309 31-Dec-1994 ache

Changes to allow keypad 5 produce \E[E like SCO/ANSI term does


# 3877 26-Oct-1994 ache

cons25w: add NP,cb


# 3875 25-Oct-1994 ache

Reorganize entries to not have duplicated "ac" capability in environment
or tgetent() buffer


# 3872 25-Oct-1994 ache

cons25: add more parametrized capabilities: cv,ch,ec


# 3751 21-Oct-1994 ache

Remove "mh" capability for -mono family


# 3622 15-Oct-1994 ache

Optimize mono entries a bit


# 3621 15-Oct-1994 ache

Monochrome entries added


# 3398 06-Oct-1994 ache

Change do= from ^J to \E[B, this escape must works in all terminal modes
and old variant don't work properly, if \n --> \r\n (cons25,pc3)


# 3225 30-Sep-1994 ache

Remove emulation of upper/lower lines from all entries,
this work done by ncurses


# 3131 26-Sep-1994 ache

80x50 russian console added:
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:\


# 3003 22-Sep-1994 ache

Add left/right arrows to graphics entry for vt100 family


# 3002 22-Sep-1994 ache

Add semigraphics chars description to vt100 family


# 2773 14-Sep-1994 ache

Change "ansi" name from cons25 to "ansis" to remove duplicate names
which rejected by cap_mkdb program


# 2693 12-Sep-1994 ache

Fixing kD for cons25, use proper value for pc3r too


# 2682 11-Sep-1994 ache

Merge two entries: cons25 and pc3r, minor things added/corrected
Now use tc=cons25 in pc3r, leave only uniq capabilities


# 2650 10-Sep-1994 ache

cons25: change "do" to ^J, add "bw"
pc3r: change kC to K2


# 2649 10-Sep-1994 ache

Add grey keypad description to cons25, add it#8 to cons25,pc3,pc3r,
fix kend description in pc3r and pc3


# 2648 10-Sep-1994 ache

cons25: mr,mh,ut added
pc3r: ut added
pc3: ut added


# 2646 10-Sep-1994 ache

Remove left/right arrows from "ac" -- ^Q not displayed
because of flow control:
pc3,cons25,pc3r


# 2645 10-Sep-1994 ache

cons25,pc3r: color settings fixed to work correctly with high
intensive colors and attribute exit


# 2634 10-Sep-1994 ache

Correct lantern char corresponcence, must be 'I' instead of 'i':
pc3, cons25, pc3r


# 2632 10-Sep-1994 ache

Add missing bell capability to cons25,pc3r


# 2597 08-Sep-1994 ache

1. pc3 pccons description restored from 1.1.5.1
2. color, semi-graphics, functional keys descriptions added to:
pc3, cons25, pc3r


# 2226 22-Aug-1994 ache

pc3r russian koi8-r syscons console added


# 2018 10-Aug-1994 jkh

Put the cons25 entries for syscons back.
Submitted by: jkh


# 1800 24-Jul-1994 phk

Reviewed by: phk
Killed a bunch of control chars.


# 1639 30-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1638,
which included commits to RCS files with non-trunk default branches.


# 1638 30-May-1994 rgrimes

BSD 4.4 Lite Share Sources