summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/Misc/Etc/Termcap
blob: a4eb030b6c1f865251c39723ac618cd31f3b522b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
#---------------------------------------------------------------------------
#
#	pcvt termcap database entry			(release 3.20)
#
#	last edit-date: [Sun Apr  2 18:31:04 1995]
#
#	-hm	new entries for SR and SF
#	-hm	removing duplicate entries
#
#---------------------------------------------------------------------------

#---------------------------------------------------------------------------
#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
#	50 lines entries
#	80 columns
#---------------------------------------------------------------------------
pcvt25|dec vt220 with 25 lines:\
	:li#25:\
	:co#80:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
	:tc=pcvtXX:

pcvt28|dec vt220 with 28 lines:\
	:li#28:\
	:co#80:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;28r\E[28;1H:\
	:tc=pcvtXX:

pcvt35|dec vt220 with 35 lines:\
	:li#35:\
	:co#80:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;35r\E[35;1H:\
	:tc=pcvtXX:

pcvt40|dec vt220 with 40 lines:\
	:li#40:\
	:co#80:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
	:tc=pcvtXX:

pcvt43|dec vt220 with 43 lines:\
	:li#43:\
	:co#80:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;43r\E[43;1H:\
	:tc=pcvtXX:

pcvt50|dec vt220 with 50 lines:\
	:li#50:\
	:co#80:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;50r\E[50;1H:\
	:tc=pcvtXX:

#---------------------------------------------------------------------------
#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
#	50 lines entries
#	132 columns
#---------------------------------------------------------------------------
pcvt25w|dec vt220 with 25 lines and 132 cols:\
	:li#25:\
	:co#132:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
	:tc=pcvtXX:

pcvt28w|dec vt220 with 28 lines and 132 cols:\
	:li#28:\
	:co#132:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;28r\E[28;1H:\
	:tc=pcvtXX:

pcvt35w|dec vt220 with 35 lines and 132 cols:\
	:li#35:\
	:co#132:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;35r\E[35;1H:\
	:tc=pcvtXX:

pcvt40w|dec vt220 with 40 lines and 132 cols:\
	:li#40:\
	:co#132:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
	:tc=pcvtXX:

pcvt43w|dec vt220 with 43 lines and 132 cols:\
	:li#43:\
	:co#132:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;43r\E[43;1H:\
	:tc=pcvtXX:

pcvt50w|dec vt220 with 50 lines and 132 cols:\
	:li#50:\
	:co#132:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;50r\E[50;1H:\
	:tc=pcvtXX:

#---------------------------------------------------------------------------
#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
#	termcap entries for HP-Emulation and 25, 28, 35, 40, 43 and 50
#	lines entries. note that the HP-Emulation uses the bottom 3 lines
#	for status and function key labels, so we get always 3 lines less.
#	"Xs" is a nonstandard, private flag indicating HP-like fkey labels
#	80 column entries
#---------------------------------------------------------------------------
pcvt22h|dec vt220 with HP-fkey labels and 22 lines:\
	:li#22:\
	:co#80:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;22r\E[22;1H:\
	:tc=pcvtXX:

pcvt25h|dec vt220 with HP-fkey labels and 25 lines:\
	:li#25:\
	:co#80:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
	:tc=pcvtXX:

pcvt32h|dec vt220 with HP-fkey labels and 32 lines:\
	:li#32:\
	:co#80:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;32r\E[32;1H:\
	:tc=pcvtXX:

pcvt37h|dec vt220 with HP-fkey labels and 37 lines:\
	:li#37:\
	:co#80:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;37r\E[37;1H:\
	:tc=pcvtXX:

pcvt40h|dec vt220 with HP-fkey labels and 40 lines:\
	:li#40:\
	:co#80:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
	:tc=pcvtXX:

pcvt47h|dec vt220 with HP-fkey labels and 47 lines:\
	:li#47:\
	:co#80:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;47r\E[47;1H:\
	:tc=pcvtXX:

#---------------------------------------------------------------------------
#	NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
#	termcap entries for HP-Emulation and 25, 28, 35, 40, 43 and 50
#	lines entries. note that the HP-Emulation uses the bottom 3 lines
#	for status and function key labels, so we get always 3 lines less.
#	"Xs" is a nonstandard, private flag indicating HP-like fkey labels
#	132 column entries
#---------------------------------------------------------------------------
pcvt22hw|dec vt220 with HP-fkey labels, 22 lines and 132 cols:\
	:li#22:\
	:co#132:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;22r\E[22;1H:\
	:tc=pcvtXX:

pcvt25hw|dec vt220 with HP-fkey labels, 25 lines and 132 cols:\
	:li#25:\
	:co#132:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
	:tc=pcvtXX:

pcvt32hw|dec vt220 with HP-fkey labels, 32 lines and 132 cols:\
	:li#32:\
	:co#132:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;32r\E[32;1H:\
	:tc=pcvtXX:

pcvt37hw|dec vt220 with HP-fkey labels, 37 lines and 132 cols:\
	:li#37:\
	:co#132:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;37r\E[37;1H:\
	:tc=pcvtXX:

pcvt40hw|dec vt220 with HP-fkey labels, 40 lines and 132 cols:\
	:li#40:\
	:co#132:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
	:tc=pcvtXX:

pcvt47hw|dec vt220 with HP-fkey labels, 47 lines and 132 cols:\
	:li#47:\
	:co#132:\
	:Xs:\
	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;47r\E[47;1H:\
	:tc=pcvtXX:

#---------------------------------------------------------------------------
#	main entry, without "is" and "li" capabilities
#
#	NOTE: because the 386BSD "vi"/"elvis" seems to have a bug if
#		both "ic" and "im" are specified (an original VT220 
#		shows the same buggy behaviour!), "ic" has been taken
#		out of this entry. for reference, it should be "ic=\E[@".
#
#---------------------------------------------------------------------------
pcvtXX|pcvt vt200 emulator (DEC VT220):\
	:AL=\E[%dL:\
	:DC=\E[%dP:\
	:DL=\E[%dM:\
	:DO=\E[%dB:\
	:IC=\E[%d@:\
	:LE=\E[%dD:\
	:RI=\E[%dC:\
	:SF=\E[%dS:\
	:SR=\E[%dT:\
	:UP=\E[%dA:\
	:ae=^O:\
	:al=\E[L:\
	:am:\
	:as=^N:\
	:bl=^G:\
	:bs:\
	:cb=\E[1K:\
	:cd=\E[J:\
	:ce=\E[K:\
	:cl=\E[H\E[J:\
	:cm=\E[%i%d;%dH:\
	:cr=^M:\
	:cs=\E[%i%d;%dr:\
	:ct=\E[3g:\
	:dc=\E[P:\
	:dl=\E[M:\
	:do=^J:\
	:ei=\E[4l:\
	:ho=\E[H:\
	:im=\E[4h:\
	:it#8:\
	:k1=\E[17~:\
	:k2=\E[18~:\
	:k3=\E[19~:\
	:k4=\E[20~:\
	:k5=\E[21~:\
	:k6=\E[23~:\
	:k7=\E[24~:\
	:k8=\E[25~:\
	:kD=\E[3~:\
	:kH=\E[4~:\
	:kI=\E[2~:\
	:kN=\E[6~:\
	:kP=\E[5~:\
	:kb=\177:\
	:kd=\EOB:\
	:ke=\E[?1l\E>:\
	:kh=\E[1~:\
	:kl=\EOD:\
	:km:\
	:kr=\EOC:\
	:ks=\E[?1h\E=:\
	:ku=\EOA:\
	:le=^H:\
	:mb=\E[5m:\
	:md=\E[1m:\
	:me=\E[m:\
	:mi:\
	:mr=\E[7m:\
	:ms:\
	:nd=\E[C:\
	:pb#16000000:\
	:pt:\
	:rc=\E8:\
	:rf=/usr/share/tabset/vt100:\
	:rs=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
	:sc=\E7:\
	:se=\E[27m:\
	:sf=\ED:\
	:so=\E[7m:\
	:sr=\EM:\
	:st=\EH:\
	:ue=\E[24m:\
	:up=\E[A:\
	:us=\E[4m:\
	:vt#3:\
	:xn:

#---------------------------- E O F -------------------------------------------
OpenPOWER on IntegriCloud