termcap.small revision 51237
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 51237 1999-09-13 17:09:08Z peter $
341769Sjkh# 
351769Sjkh# for syscons
363876Sache# common entry without semigraphics
373876Sachecons25w|ansiw|ansi80x25-raw:\
383878Sache	:al=\E[L:am:bs:NP:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
393878Sache	:dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ho=\E[H:ic=\E[@:li#25:cb=\E[1K:\
403120Sache	:ms:nd=\E[C:pt:rs=\E[x\E[m\Ec:so=\E[7m:se=\E[m:up=\E[A:\
413120Sache	:pa#64:Co#8:Sf=\E[3%dm:Sb=\E[4%dm:op=\E[37;40m:\
423120Sache	:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
435559Sache	:k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\
443120Sache	:kb=^H:kh=\E[H:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:le=^H:eo:sf=\E[S:sr=\E[T:\
455927Sache	:kN=\E[G:kP=\E[I:@7=\E[F:kI=\E[L:kD=\E[K:kB=\E[Z:\
461769Sjkh	:IC=\E[%d@:DC=\E[%dP:SF=\E[%dS:SR=\E[%dT:AL=\E[%dL:DL=\E[%dM:\
475633Sache	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:cv=\E[%i%dd:ch=\E[%i%d`:bw:\
483120Sache	:mb=\E[5m:md=\E[1m:mh=\E[30;1m:mr=\E[7m:me=\E[m:bl=^G:ut:it#8:
493876Sachecons25|ansis|ansi80x25:\
503876Sache	: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:\
513876Sache	:tc=cons25w:
523623Sachecons25-m|ansis-mono|ansi80x25-mono:\
533752Sache	:pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25:
541769Sjkhcons50|ansil|ansi80x50:\
557708Srgrimes	:li#50:tc=cons25:
563623Sachecons50-m|ansil-mono|ansi80x50-mono:\
573623Sache	:li#50:tc=cons25-m:
5813798Smpp# Syscons console with koi8-r Russian code table.
593623Sachecons25r|pc3r|ibmpc3r|cons25-koi8-r:\
603226Sache	:ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\221`^D.^Y-^XI^U0\215:\
613876Sache	:tc=cons25w:
623623Sachecons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8-r-mono:\
633752Sache	:pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25r:
643623Sachecons50r|cons50-koi8-r:\
653132Sache	:li#50:tc=cons25r:
663623Sachecons50r-m|cons50-koi8-r-mono:\
673623Sache	:li#50:tc=cons25r-m:
683623Sache# 80x25 ISO 8859-1 FreeBSD console
693623Sachecons25l1|cons25-iso8859-1:\
703132Sache	:ac=l\215m\216k\214j\213u\226t\225v\227w\230q\222x\231n\217o\220s\224p\221r\223`\201a\202f\207g\210~\237.^Y-^X+\253,\273I\247y\232z\233:\
713876Sache	:tc=cons25w:
723623Sachecons25l1-m|cons25-iso8859-1-mono:\
733752Sache	:pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25l1:
743623Sache# 80x50 ISO 8859-1 FreeBSD console
753623Sachecons50l1|cons50-iso8859-1:\
763132Sache	:li#50:tc=cons25l1:
773623Sachecons50l1-m|cons50-iso8859-1-mono:\
783623Sache	:li#50:tc=cons25l1-m:
791769Sjkhdosansi|ANSI.SYS standard crt:\
807708Srgrimes	:am:bs:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:co#80:\
817708Srgrimes	:do=\E[B:li#25:mi:nd=\E[C:\
827708Srgrimes	:se=\E[m:so=\E[7m:up=\E[A:us=\E[4m:ue=\E[m:\
837708Srgrimes	:md=\E[1m:mh=\E[m:mb=\E[5m:me=\E[m:\
847708Srgrimes	:kh=\EG:kb=^h:ku=\EH:kd=\EP:kl=\EK:kr=\EM:\
857708Srgrimes	:k1=\E;:k2=\E<:k3=\E=:k4=\E>:k5=\E?:\
867708Srgrimes	:k6=\E@:k7=\EA:k8=\EB:k9=\EC:k0=\ED:
871769Sjkh
881769Sjkh# The following is a version of the ibm-pc entry distributed with PC/IX,
891769Sjkh# (Interactive Systems' System 3 for the Big Blue), modified by Richard
901769Sjkh# McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
911769Sjkh# (the former is untrue, and the latter failed under UCB/man); standout and
921769Sjkh# underline modes have been added.  Note: this entry describes the "native"
931769Sjkh# capabilities of the PC monochrome display, without ANY emulation; most
941769Sjkh# communications packages (but NOT PC/IX connect) do some kind of emulation.
951769Sjkhpc|ibmpc|ibm pc PC/IX:\
961769Sjkh	:li#24:co#80:am:bs:bw:eo:\
971769Sjkh	:cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\
981769Sjkh	:nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
991769Sjkhpc3mono|IBM PC 386BSD Console with monochrome monitor:\
1001769Sjkh	:so=\E[0;1r\E[m:tc=pc3:
1011769Sjkhpc3|ibmpc3|IBM PC 386BSD Console:\
1023120Sache	:Co#8:\
1031769Sjkh	:DO=\E[%dB:\
1043120Sache	:F1=\E[W:\
1053120Sache	:F2=\E[X:\
1061769Sjkh	:K1=\E[H:\
1071769Sjkh	:K2=\E[I:\
1081769Sjkh	:K3=\E[E:\
1091769Sjkh	:K4=\E[F:\
1101769Sjkh	:K5=\E[G:\
1111769Sjkh	:LE=\E[%dD:\
1121769Sjkh	:RI=\E[%dC:\
1133120Sache	:Sb=\E[1;%dx:\
1143120Sache	:Sf=\E[2;%dx:\
1151769Sjkh	:UP=\E[%dA:\
1163226Sache	: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:\
1171769Sjkh	:am:\
1181769Sjkh	:bl=^G:\
1191769Sjkh	:bs:\
1201769Sjkh	:cb=\E[1K:\
1211769Sjkh	:cd=\E[J:\
1221769Sjkh	:ce=\E[K:\
1231769Sjkh	:cl=\E[H\E[J:\
1241769Sjkh	:cm=\E[%i%d;%dH:\
1251769Sjkh	:co#80:\
1261769Sjkh	:cr=^M:\
1273399Sache	:do=\E[B:\
1281769Sjkh	:ho=\E[H:\
1291769Sjkh	:is=\E[m:\
1303120Sache	:it#8:\
1313120Sache	:k;=\E[V:\
1321769Sjkh	:k1=\E[M:\
1331769Sjkh	:k2=\E[N:\
1341769Sjkh	:k3=\E[O:\
1351769Sjkh	:k4=\E[P:\
1361769Sjkh	:k5=\E[Q:\
1371769Sjkh	:k6=\E[R:\
1381769Sjkh	:k7=\E[S:\
1391769Sjkh	:k8=\E[T:\
1401769Sjkh	:k9=\E[U:\
1411769Sjkh	:kD=\177:\
1423120Sache	:@7=\E[F:\
1431769Sjkh	:kN=\E[G:\
1441769Sjkh	:kP=\E[I:\
1451769Sjkh	:kb=\177:\
1461769Sjkh	:kd=\E[B:\
1471769Sjkh	:kh=\E[H:\
1481769Sjkh	:kl=\E[D:\
1491769Sjkh	:kr=\E[C:\
1501769Sjkh	:ku=\E[A:\
1511769Sjkh	:le=^H:\
1521769Sjkh	:li#25:\
1531769Sjkh	:ms:\
1541769Sjkh	:nd=\E[C:\
1553120Sache	:op=\E[x:\
1563120Sache	:pa#64:\
1571769Sjkh	:rs=\E[m:\
1581769Sjkh	:se=\E[m:\
1591769Sjkh	:sf=\E[S:\
1601769Sjkh	:so=\E[7;1r\E[7m:\
1611769Sjkh	:sr=\E[T:\
1621769Sjkh	:ta=^I:\
1631769Sjkh	:te=\E[m:\
1641769Sjkh	:ti=\E[m:\
1653120Sache	:up=\E[A:\
1663120Sache	:ut:
167