termcap.small revision 130151
11769Sjkh# Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
21769Sjkh# All rights reserved.
31769Sjkh#
41769Sjkh# Redistribution and use in source and binary forms, with or without
51769Sjkh# modification, are permitted provided that the following conditions
61769Sjkh# are met:
71769Sjkh# 1. Redistributions of source code must retain the above copyright
81769Sjkh#    notice, this list of conditions and the following disclaimer.
91769Sjkh# 2. Redistributions in binary form must reproduce the above copyright
101769Sjkh#    notice, this list of conditions and the following disclaimer in the
111769Sjkh#    documentation and/or other materials provided with the distribution.
121769Sjkh# 3. All advertising materials mentioning features or use of this software
131769Sjkh#    must display the following acknowledgement:
141769Sjkh#	This product includes software developed by the University of
151769Sjkh#	California, Berkeley and its contributors.
161769Sjkh# 4. Neither the name of the University nor the names of its contributors
171769Sjkh#    may be used to endorse or promote products derived from this software
181769Sjkh#    without specific prior written permission.
191769Sjkh#
201769Sjkh# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
211769Sjkh# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
221769Sjkh# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
231769Sjkh# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
241769Sjkh# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
251769Sjkh# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
261769Sjkh# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
271769Sjkh# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
281769Sjkh# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
291769Sjkh# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
301769Sjkh# SUCH DAMAGE.
311769Sjkh#
321769Sjkh#	@(#)termcap.src	5.88 (Berkeley) 4/30/91
3351237Speter# $FreeBSD: head/etc/termcap.small 130151 2004-06-06 11:46:29Z schweikh $
34130151Sschweikh#
351769Sjkh# for syscons
363876Sache# common entry without semigraphics
373876Sachecons25w|ansiw|ansi80x25-raw:\
3875786Sache	:am:bs:NP:ms:pt:AX:eo:bw:ut:km:\
3975786Sache	:co#80:li#25:pa#64:Co#8:it#8:\
4075786Sache	:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4175786Sache	:dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ho=\E[H:ic=\E[@:cb=\E[1K:\
4275786Sache	:nd=\E[C:rs=\Ec:so=\E[7m:se=\E[27m:up=\E[A:cr=^M:ta=^I:\
4375786Sache	:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:sc=\E7:rc=\E8:\
443120Sache	:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
455559Sache	:k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\
4675786Sache	:kb=^H:kh=\E[H:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:le=^H:sf=\E[S:sr=\E[T:\
4762284Sache	:kN=\E[G:kP=\E[I:@7=\E[F:kI=\E[L:kD=\177:kB=\E[Z:\
481769Sjkh	:IC=\E[%d@:DC=\E[%dP:SF=\E[%dS:SR=\E[%dT:AL=\E[%dL:DL=\E[%dM:\
4975786Sache	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:cv=\E[%i%dd:ch=\E[%i%d`:\
5081669Sache	:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:bl=^G:\
5181669Sache	:ve=\E[=S:vi=\E[=1S:vs=\E[=2S:
5286793Sache# CP437 FreeBSD console with ACS support
533876Sachecons25|ansis|ansi80x25:\
5486793Sache	:ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`^Da\260f\370g\361~\371.^Y-^Xh\261i^U0\333y\363z\362:\
553876Sache	:tc=cons25w:
563623Sachecons25-m|ansis-mono|ansi80x25-mono:\
5763728Sache	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25:
5862284Sachecons30|ansi80x30:\
5962284Sache	:li#30:tc=cons25:
6062284Sachecons30-m|ansi80x30-mono:\
6162284Sache	:li#30:tc=cons25-m:
6262284Sachecons43|ansi80x43:\
6362284Sache	:li#43:tc=cons25:
6462284Sachecons43-m|ansi80x43-mono:\
6562284Sache	:li#43:tc=cons25-m:
661769Sjkhcons50|ansil|ansi80x50:\
677708Srgrimes	:li#50:tc=cons25:
683623Sachecons50-m|ansil-mono|ansi80x50-mono:\
693623Sache	:li#50:tc=cons25-m:
7062284Sachecons60|ansi80x60:\
7162284Sache	:li#60:tc=cons25:
7262284Sachecons60-m|ansi80x60-mono:\
7362284Sache	:li#60:tc=cons25-m:
7475717Sache# KOI8-R/KOI8-U FreeBSD console with ACS support
7575717Sachecons25r|cons25u|pc3r|ibmpc3r|cons25-koi8:\
7686791Sache	:ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\2210\215:\
7765073Sache	:tc=cons25w:
7875717Sachecons25r-m|cons25u-m|pc3r-m|ibmpc3r-mono|cons25-koi8-mono:\
7963728Sache	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25r:
8075717Sachecons30r|cons30u|cons30-koi8:\
8162284Sache	:li#30:tc=cons25r:
8275717Sachecons30r-m|cons30u-m|cons30-koi8-mono:\
8362284Sache	:li#30:tc=cons25r-m:
8475717Sachecons43r|cons43u|cons43-koi8:\
8562284Sache	:li#43:tc=cons25r:
8675717Sachecons43r-m|cons43u-m|cons43-koi8-mono:\
8762284Sache	:li#43:tc=cons25r-m:
8875717Sachecons50r|cons50u|cons50-koi8:\
893132Sache	:li#50:tc=cons25r:
9075717Sachecons50r-m|cons50u-m|cons50-koi8-mono:\
913623Sache	:li#50:tc=cons25r-m:
9275717Sachecons60r|cons60u|cons60-koi8:\
9362284Sache	:li#60:tc=cons25r:
9475717Sachecons60r-m|cons60u-m|cons60-koi8-mono:\
9562284Sache	:li#60:tc=cons25r-m:
9662284Sache# ISO 8859-2 FreeBSD console with ACS support
9762284Sachecons25l2|cons25-iso8859-2:\
9886791Sache	:ac=f\260i\247:\
9962284Sache	:tc=cons25w:
10062284Sachecons25l2-m|cons25-iso8859-2-mono:\
10163728Sache	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25l2:
10262284Sachecons30l2|cons30-iso8859-2:\
10362284Sache	:li#30:tc=cons25l2:
10462284Sachecons30l2-m|cons30-iso8859-2-mono:\
10562284Sache	:li#30:tc=cons25l2-m:
10662284Sachecons43l2|cons43-iso8859-2:\
10762284Sache	:li#43:tc=cons25l2:
10862284Sachecons43l2-m|cons43-iso8859-2-mono:\
10962284Sache	:li#43:tc=cons25l2-m:
11062284Sachecons50l2|cons50-iso8859-2:\
11162284Sache	:li#50:tc=cons25l2:
11262284Sachecons50l2-m|cons50-iso8859-2-mono:\
11362284Sache	:li#50:tc=cons25l2-m:
11462284Sachecons60l2|cons60-iso8859-2:\
11562284Sache	:li#60:tc=cons25l2:
11662284Sachecons60l2-m|cons60-iso8859-2-mono:\
11762284Sache	:li#60:tc=cons25l2-m:
11862284Sache# ISO 8859-1 FreeBSD console with ACS support
1193623Sachecons25l1|cons25-iso8859-1:\
12086791Sache	:ac=f\260g\261}\243+\253,\273i\247:\
1213876Sache	:tc=cons25w:
1223623Sachecons25l1-m|cons25-iso8859-1-mono:\
12363728Sache	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25l1:
12462284Sachecons30l1|cons30-iso8859-1:\
12562284Sache	:li#30:tc=cons25l1:
12662284Sachecons30l1-m|cons30-iso8859-1-mono:\
12762284Sache	:li#30:tc=cons25l1-m:
12862284Sachecons43l1|cons43-iso8859-1:\
12962284Sache	:li#43:tc=cons25l1:
13062284Sachecons43l1-m|cons43-iso8859-1-mono:\
13162284Sache	:li#43:tc=cons25l1-m:
1323623Sachecons50l1|cons50-iso8859-1:\
1333132Sache	:li#50:tc=cons25l1:
1343623Sachecons50l1-m|cons50-iso8859-1-mono:\
1353623Sache	:li#50:tc=cons25l1-m:
13662284Sachecons60l1|cons60-iso8859-1:\
13762284Sache	:li#60:tc=cons25l1:
13862284Sachecons60l1-m|cons60-iso8859-1-mono:\
13962284Sache	:li#60:tc=cons25l1-m:
14086789Sache# ISO 8859-7 FreeBSD console with ACS support
14186789Sachecons25l7:cons25-iso8859-7:\
14286791Sache	:ac=f\260g\261{\360}\243+\253,\273i\247:\
14386789Sache	:tc=cons25w:
14486789Sachecons25l7-m|cons25-iso8859-7-mono:\
14586789Sache	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25l7:
14686789Sachecons30l7|cons30-iso8859-7:\
14786789Sache	:li#30:tc=cons25l7:
14886789Sachecons30l7-m|cons30-iso8859-7-mono:\
14986789Sache	:li#30:tc=cons25l7-m:
15086789Sachecons43l7|cons43-iso8859-7:\
15186789Sache	:li#43:tc=cons25l7:
15286789Sachecons43l7-m|cons43-iso8859-7-mono:\
15386789Sache	:li#43:tc=cons25l7-m:
15486789Sachecons50l7|cons50-iso8859-7:\
15586789Sache	:li#50:tc=cons25l7:
15686789Sachecons50l7-m|cons50-iso8859-7-mono:\
15786789Sache	:li#50:tc=cons25l7-m:
15886789Sachecons60l7|cons60-iso8859-7:\
15986789Sache	:li#60:tc=cons25l7:
16086789Sachecons60l7-m|cons60-iso8859-7-mono:\
16186789Sache	:li#60:tc=cons25l7-m:
16262284Sache#
1631769Sjkhdosansi|ANSI.SYS standard crt:\
1647708Srgrimes	:am:bs:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:co#80:\
1657708Srgrimes	:do=\E[B:li#25:mi:nd=\E[C:\
1667708Srgrimes	:se=\E[m:so=\E[7m:up=\E[A:us=\E[4m:ue=\E[m:\
16763728Sache	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
1687708Srgrimes	:kh=\EG:kb=^h:ku=\EH:kd=\EP:kl=\EK:kr=\EM:\
1697708Srgrimes	:k1=\E;:k2=\E<:k3=\E=:k4=\E>:k5=\E?:\
1707708Srgrimes	:k6=\E@:k7=\EA:k8=\EB:k9=\EC:k0=\ED:
1711769Sjkh
1721769Sjkh# The following is a version of the ibm-pc entry distributed with PC/IX,
1731769Sjkh# (Interactive Systems' System 3 for the Big Blue), modified by Richard
1741769Sjkh# McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
1751769Sjkh# (the former is untrue, and the latter failed under UCB/man); standout and
1761769Sjkh# underline modes have been added.  Note: this entry describes the "native"
1771769Sjkh# capabilities of the PC monochrome display, without ANY emulation; most
1781769Sjkh# communications packages (but NOT PC/IX connect) do some kind of emulation.
1791769Sjkhpc|ibmpc|ibm pc PC/IX:\
1801769Sjkh	:li#24:co#80:am:bs:bw:eo:\
1811769Sjkh	:cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\
1821769Sjkh	:nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
1831769Sjkhpc3mono|IBM PC 386BSD Console with monochrome monitor:\
1841769Sjkh	:so=\E[0;1r\E[m:tc=pc3:
1851769Sjkhpc3|ibmpc3|IBM PC 386BSD Console:\
1863120Sache	:Co#8:\
1871769Sjkh	:DO=\E[%dB:\
1883120Sache	:F1=\E[W:\
1893120Sache	:F2=\E[X:\
1901769Sjkh	:K1=\E[H:\
1911769Sjkh	:K2=\E[I:\
1921769Sjkh	:K3=\E[E:\
1931769Sjkh	:K4=\E[F:\
1941769Sjkh	:K5=\E[G:\
1951769Sjkh	:LE=\E[%dD:\
1961769Sjkh	:RI=\E[%dC:\
1973120Sache	:Sb=\E[1;%dx:\
1983120Sache	:Sf=\E[2;%dx:\
1991769Sjkh	:UP=\E[%dA:\
2003226Sache	:ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`^Da\260f\370g\361~\371.^Y-^Xh\261I^U0\333y\363z\362:\
2011769Sjkh	:am:\
2021769Sjkh	:bl=^G:\
2031769Sjkh	:bs:\
2041769Sjkh	:cb=\E[1K:\
2051769Sjkh	:cd=\E[J:\
2061769Sjkh	:ce=\E[K:\
2071769Sjkh	:cl=\E[H\E[J:\
2081769Sjkh	:cm=\E[%i%d;%dH:\
2091769Sjkh	:co#80:\
2101769Sjkh	:cr=^M:\
2113399Sache	:do=\E[B:\
2121769Sjkh	:ho=\E[H:\
2131769Sjkh	:is=\E[m:\
2143120Sache	:it#8:\
2153120Sache	:k;=\E[V:\
2161769Sjkh	:k1=\E[M:\
2171769Sjkh	:k2=\E[N:\
2181769Sjkh	:k3=\E[O:\
2191769Sjkh	:k4=\E[P:\
2201769Sjkh	:k5=\E[Q:\
2211769Sjkh	:k6=\E[R:\
2221769Sjkh	:k7=\E[S:\
2231769Sjkh	:k8=\E[T:\
2241769Sjkh	:k9=\E[U:\
2251769Sjkh	:kD=\177:\
2263120Sache	:@7=\E[F:\
2271769Sjkh	:kN=\E[G:\
2281769Sjkh	:kP=\E[I:\
2291769Sjkh	:kb=\177:\
2301769Sjkh	:kd=\E[B:\
2311769Sjkh	:kh=\E[H:\
2321769Sjkh	:kl=\E[D:\
2331769Sjkh	:kr=\E[C:\
2341769Sjkh	:ku=\E[A:\
2351769Sjkh	:le=^H:\
2361769Sjkh	:li#25:\
2371769Sjkh	:ms:\
2381769Sjkh	:nd=\E[C:\
2393120Sache	:op=\E[x:\
2403120Sache	:pa#64:\
2411769Sjkh	:rs=\E[m:\
2421769Sjkh	:se=\E[m:\
2431769Sjkh	:sf=\E[S:\
2441769Sjkh	:so=\E[7;1r\E[7m:\
2451769Sjkh	:sr=\E[T:\
2461769Sjkh	:ta=^I:\
2471769Sjkh	:te=\E[m:\
2481769Sjkh	:ti=\E[m:\
2493120Sache	:up=\E[A:\
2503120Sache	:ut:
251