No empty .Rs/.Re
[netbsd-mini2440.git] / share / termcap / termcap.5
blob9cefe8727862304cd02f7fd2994e4258ab4207b9
1 .\"     $NetBSD: termcap.5,v 1.34 2003/08/07 10:31:32 agc Exp $
2 .\"
3 .\" Copyright (c) 1985, 1991, 1993, 1994
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     from: @(#)termcap.5     8.3 (Berkeley) 4/16/94
31 .\"
32 .Dd January 27, 2003
33 .Dt TERMCAP 5
34 .Os
35 .Sh NAME
36 .Nm termcap
37 .Nd terminal capability data base
38 .Sh SYNOPSIS
39 .Nm termcap
40 .Sh DESCRIPTION
41 The
42 .Nm
43 file is a database describing terminals, used, for example, by
44 .Xr \&vi 1
45 and
46 .Xr curses 3 .
47 Terminals are described in
48 .Nm
49 by giving a set of capabilities that they have and by describing
50 how operations are performed.
51 Padding requirements and initialization sequences
52 are included in
53 .Nm .
54 .Pp
55 Entries in
56 .Nm
57 consist of a number of `:'-separated fields.
58 The first entry for each terminal gives the names that are known for the
59 terminal, separated by `|' characters.
60 The first name given is the most common abbreviation for the terminal.
61 The last name given should be a long name fully identifying the terminal,
62 and all others are understood as synonyms for the terminal name.
63 All names but the last should be in lower case and contain no blanks;
64 the last name may well contain upper case characters and blanks for
65 readability.
66 .Pp
67 Terminal names (except for the last, verbose entry)
68 should be chosen using the following conventions.
69 The particular piece of hardware making up the terminal
70 should have a root name chosen, thus
71 .Dq hp2621
72 This name should not contain hyphens.
73 Modes that the hardware can be in
74 or user preferences
75 should be indicated by appending a hyphen and an indicator of the mode.
76 Therefore, a
77 .Dq vt100
78 in 132-column mode would be
79 .Dq vt100-w .
80 The following suffixes should be used where possible:
81 .Pp
82 .Bl -column indent "With automatic margins (usually default)xx"
83 .It Sy Suffix   Meaning Example
84 .It -w  Wide mode (more than 80 columns)        vt100-w
85 .It -am With automatic margins (usually default)        vt100-am
86 .It -nam        Without automatic margins       vt100-nam
87 .It \- Ns Ar n Ta No "Number of lines on screen aaa-60"
88 .It -na No arrow keys (leave them in local)     concept100-na
89 .It \- Ns Ar \&np Ta No "Number of pages of memory      concept100-4p"
90 .It -rv Reverse video   concept100-rv
91 .El
92 .Sh CAPABILITIES
93 The characters in the
94 .Em Notes
95 function
96 field in the table have the following meanings
97 (more than one may apply to a capability):
98 .Pp
99 .Bd -unfilled -offset indent
100 N       indicates numeric parameter(s)
101 P       indicates that padding may be specified
102 *       indicates that padding may be based on the number of lines affected
103 o       indicates capability is obsolete
106 .Dq Obsolete
107 capabilities have no
108 .Em terminfo
109 equivalents,
110 since they were considered useless,
111 or are subsumed by other capabilities.
112 New software should not rely on them at all.
114 .Bl -column indent indent indent
115 .It Sy Name     Type    Notes   Description
116 .It "!1 str             Sent by shifted save key."
117 .It "!2 str             Sent by shifted suspend key."
118 .It "!3 str             Sent by shifted undo key."
119 .It "#1 str             Sent by shifted help key."
120 .It "#2 str             Sent by shifted home key."
121 .It "#3 str             Sent by shifted input key."
122 .It "#4 str             Sent by shifted left-arrow key."
123 .It "%0 str             Sent by redo key."
124 .It "%1 str             Sent by help key."
125 .It "%2 str             Sent by mark key."
126 .It "%3 str             Sent by message key."
127 .It "%4 str             Sent by move key."
128 .It "%5 str             Sent by next-object key."
129 .It "%6 str             Sent by open key."
130 .It "%7 str             Sent by options key."
131 .It "%8 str             Sent by previous-object key."
132 .It "%9 str             Sent by print or copy key."
133 .It "%a str             Sent by shifted message key."
134 .It "%b str             Sent by shifted move key."
135 .It "%c str             Sent by shifted next key."
136 .It "%d str             Sent by shifted options key."
137 .It "%e str             Sent by shifted prev key."
138 .It "%f str             Sent by shifted print key."
139 .It "%g str             Sent by shifted redo key."
140 .It "%h str             Sent by shifted replace key."
141 .It "%i str             Sent by shifted right-arrow key."
142 .It "%j str             Sent by shifted resume key."
143 .It "\*[Am]0    str             Sent by shifted cancel key."
144 .It "\*[Am]1    str             Sent by ref(erence) key."
145 .It "\*[Am]2    str             Sent by refresh key."
146 .It "\*[Am]3    str             Sent by replace key."
147 .It "\*[Am]4    str             Sent by restart key."
148 .It "\*[Am]5    str             Sent by resume key."
149 .It "\*[Am]6    str             Sent by save key."
150 .It "\*[Am]7    str             Sent by suspend key."
151 .It "\*[Am]8    str             Sent by undo key."
152 .It "\*[Am]9    str             Sent by shifted begin key."
153 .It "*0 str             Sent by shifted find key."
154 .It "*1 str             Sent by shifted command key."
155 .It "*2 str             Sent by shifted copy key."
156 .It "*3 str             Sent by shifted create key."
157 .It "*4 str             Sent by shifted delete-character key."
158 .It "*5 str             Sent by shifted delete-line key."
159 .It "*6 str             Sent by shifted select key."
160 .It "*7 str             Sent by shifted end key."
161 .It "*8 str             Sent by shifted clear-to-end-of-line key."
162 .It "*9 str             Sent by shifted exit key."
163 .It "@0 str             Sent by find key."
164 .It "@1 str             Sent by begin key."
165 .It "@2 str             Sent by cancel key."
166 .It "@3 str             Sent by close key."
167 .It "@4 str             Sent by command key."
168 .It "@5 str             Sent by copy key."
169 .It "@6 str             Sent by create key."
170 .It "@7 str             Sent by end key."
171 .It "@8 str             Sent by enter key."
172 .It "@9 str             Sent by exit key."
173 .It "AB str             Set background color to #1 using ANSI escape."
174 .It "ac str             Alternative (graphic) character set pairs."
175 .It "ae str     (P)     End alternative character set."
176 .It AL  str     (NP*)   Add"
177 .Em n
178 new blank lines
179 .It "AF str             Set foreground color to #1 using ANSI escape."
180 .It "al str     (P*)    Add new blank line."
181 .It "am bool            Terminal has automatic margins."
182 .It "as str     (P)     Start alternative character set."
183 .It "bc str     (o)     Backspace if not"
184 .Sy \&^H .
185 .It "bl str     (P)     Audible signal (bell)."
186 .It "bs bool    (o)     Terminal can backspace with"
187 .Sy \&^H .
188 .It "bt str     (P)     Back tab."
189 .It "bw bool    " Ta Sy \&le
190 (backspace) wraps from column 0 to last column.
191 .It "CC str             Terminal settable command character in prototype."
192 .It "cc bool            Terminal can re-define existing color."
193 .It "cd str     (P*)    Clear to end of display."
194 .It "ce str     (P)     Clear to end of line."
195 .It "ch str     (NP)    Set cursor column (horizontal position)."
196 .It "cl str     (P*)    Clear screen and home cursor."
197 .It "CM str     (NP)    Memory-relative cursor addressing."
198 .It "cm str     (NP)    Screen-relative cursor motion."
199 .It "Co num             Maximum number of colors on the screen."
200 .It "co num             Number of columns in a line (See"
201 .Sx BUGS
202 section below).
203 .It "cr str     (P)     Carriage return."
204 .It "cs str     (NP)    Change scrolling region (VT100)."
205 .It "ct str     (P)     Clear all tab stops."
206 .It "cv str     (NP)    Set cursor row (vertical position)."
207 .It "da bool            Display may be retained above the screen."
208 .It "dB num     (o)     Milliseconds of"
209 .Sy \&bs
210 delay needed (default 0).
211 .It "db bool            Display may be retained below the screen."
212 .It "DC str     (NP*)   Delete"
213 .Em n
214 characters.
215 .It "dC num     (o)     Milliseconds of"
216 .Sy \&cr
217 delay needed (default 0).
218 .It "dc str     (P*)    Delete character."
219 .It "dF num     (o)     Milliseconds of"
220 .Sy \&ff
221 delay needed (default 0).
222 .It "DL str     (NP*)   Delete"
223 .Ar n
224 lines.
225 .It "dl str     (P*)    Delete line."
226 .It "dm str             Enter delete mode."
227 .It "dN num     (o)     Milliseconds of"
228 .Sy \&nl
229 delay needed (default 0).
230 .It "DO str     (NP*)   Move cursor down:"
231 .Ar n
232 lines.
233 .It "do str             Down one line."
234 .It "ds str             Disable status line."
235 .It "dT num     (o)     Milliseconds of horizontal tab delay needed (default 0)."
236 .It "dV num     (o)     Milliseconds of vertical tab delay needed (default 0)."
237 .It "eA str             Enable alternate character set."
238 .It "ec str     (NP)    Erase"
239 .Ar n
240 characters.
241 .It "ed str             End delete mode."
242 .It "ei str             End insert mode."
243 .It "eo bool            Can erase overstrikes with a blank."
244 .It "EP bool    (o)     Even parity."
245 .It "es bool            Escape can be used on the status line."
246 .It "F1-F9      str             Sent by function keys 11-19."
247 .It "FA-FZ      str             Sent by function keys 20-45."
248 .It "Fa-Fr      str             Sent by function keys 46-63."
249 .It "ff str     (P*)    Hardcopy terminal page eject."
250 .It "fs str             Return from status line."
251 .It "gn bool            Generic line type, for example dialup, switch)."
252 .It "hc bool            Hardcopy terminal."
253 .It "HD bool    (o)     Half-duplex."
254 .It "hd str             Half-line down (forward 1/2 linefeed)."
255 .It "hl bool            Terminal uses only HLS color notation (Tektronix)."
256 .It "ho str     (P)     Home cursor."
257 .It "hs bool            Has extra"
258 .Dq status line .
259 .It "hu str             Half-line up (reverse 1/2 linefeed)."
260 .It "hz bool            Cannot print ``~'' (Hazeltine)."
261 .It "i1-i3      str             Terminal initialization strings"
262 .Pf ( Xr terminfo 5
263 only)
264 .It "IC str     (NP*)   Insert"
265 .Ar n
266 blank characters.
267 .It "Ic str             Set color #1 to RGB #2, #3, #4."
268 .It "ic str     (P*)    Insert character."
269 .It "if str             Name of file containing initialization string."
270 .It "im str             Enter insert mode."
271 .It "in bool            Insert mode distinguishes nulls."
272 .It "Ip str             Set color-pair #1 to fg #2, bg #3."
273 .It "iP str             Pathname of program for initialization"
274 .Pf ( Xr terminfo 5
275 only).
276 .It "ip str     (P*)    Insert pad after character inserted."
277 .It "is str             Terminal initialization string"
278 .Pf ( Nm termcap
279 only).
280 .It "it num             Tabs initially every"
281 .Ar n
282 positions.
283 .It "K1 str             Sent by keypad upper left."
284 .It "K2 str             Sent by keypad center."
285 .It "K3 str             Sent by keypad upper right."
286 .It "K4 str             Sent by keypad lower left."
287 .It "K5 str             Sent by keypad lower right."
288 .It "k0-k9      str             Sent by function keys 0-9."
289 .It "k; str             Sent by function key 10."
290 .It "kA str             Sent by insert-line key."
291 .It "ka str             Sent by clear-all-tabs key."
292 .It "kB str             Sent by back-tab key."
293 .It "kb str             Sent by backspace key."
294 .It "kC str             Sent by clear-screen or erase key."
295 .It "kD str             Sent by delete-character key."
296 .It "kd str             Sent by down-arrow key."
297 .It "kE str             Sent by clear-to-end-of-line key."
298 .It "ke str             Out of"
299 .Dq keypad transmit
300 mode.
301 .It "kF str             Sent by scroll-forward/down key."
302 .It "kH str             Sent by home-down key."
303 .It "kh str             Sent by home key."
304 .It "kI str             Sent by insert-character or enter-insert-mode key."
305 .It "kL str             Sent by delete-line key."
306 .It "kl str             Sent by left-arrow key."
307 .It "kM str             Sent by insert key while in insert mode."
308 .It "Km str             Mouse event has occurred."
309 .It "km bool            Has a"
310 .Dq meta
311 key (shift, sets parity bit).
312 .It "kN str             Sent by next-page key."
313 .It "kn num     (o)     Number of function"
314 .Pq Sy \&k\&0 Ns \- Sy \&k\&9
315 keys (default 0).
316 .It "ko str     (o)     Termcap entries for other non-function keys."
317 .It "kP str             Sent by previous-page key."
318 .It "kR str             Sent by scroll-backward/up key."
319 .It "kr str             Sent by right-arrow key."
320 .It "kS str             Sent by clear-to-end-of-screen key."
321 .It "ks str             Put terminal in"
322 .Dq keypad transmit
323 mode.
324 .It "kT str             Sent by set-tab key."
325 .It "kt str             Sent by clear-tab key."
326 .It "ku str             Sent by up-arrow key."
327 .It "l0-l9      str             Labels on function keys if not"
328 .Dq \&f Ns Em n .
329 .It "LC bool    (o)     Lower-case only."
330 .It "LE str     (NP)    Move cursor left"
331 .Ar n
332 positions.
333 .It "le str     (P)     Move cursor left one position."
334 .It "li num             Number of lines on screen or page (See"
335 .Sx BUGS
336 section below)
337 .It "ll str             Last line, first column
338 .It "lm num             Lines of memory if \*[Gt]" Sy \&li
339 (0 means varies).
340 .It "ma str     (o)     Arrow key map (used by"
341 .Xr \&vi 1
342 version 2 only).
343 .It "mb str             Turn on blinking attribute."
344 .It "md str             Turn on bold (extra bright) attribute."
345 .It "me str             Turn off all attributes."
346 .It "mh str             Turn on half-bright attribute."
347 .It "mi bool            Safe to move while in insert mode."
348 .It "mk str             Turn on blank attribute (characters invisible)."
349 .It "ml str     (o)     Memory lock on above cursor."
350 .It "mm str             Turn on"
351 .Dq meta mode
352 (8th bit).
353 .It "mo str             Turn off"
354 .Dq meta mode .
355 .It "mp str             Turn on protected attribute."
356 .It "mr str             Turn on reverse-video attribute."
357 .It "ms bool            Safe to move in standout modes."
358 .It "mu str     (o)     Memory unlock (turn off memory lock)."
359 .It "NC num             Video attributes that can't be used with colors"
360 .It "nc bool    (o)     No correctly-working"
361 .Sy \&cr
362 (Datamedia 2500, Hazeltine 2000).
363 .It "nd str             Non-destructive space (cursor right)."
364 .It "NL bool    (o)" Ta Sy \&\en No "is newline, not line feed."
365 .It "nl str     (o)     Newline character if not" Sy \en .
366 .It "ns bool    (o)     Terminal is a" Tn CRT No "but doesn't scroll."
367 .It "nw str     (P)     Newline (behaves like"
368 .Sy \&cr
369 followed by
370 .Sy \&do ) .
371 .It "OP bool    (o)     Odd parity."
372 .It "oc str             Set all colors to the original ones."
373 .It "op str             Set default color-pair to the original one."
374 .It "os bool            Terminal overstrikes."
375 .It "pa num             Maximum number of color-pairs on the screen."
376 .It "pb num             Lowest baud where delays are required."
377 .It "pc str             Pad character (default" Tn NUL ) .
378 .It "pf str             Turn off the printer."
379 .It "pk str             Program function key"
380 .Em n
381 to type string
382 .Em s
383 .Pf ( Xr terminfo 5
384 only).
385 .It "pl str             Program function key"
386 .Em n
387 to execute string
388 .Em s
389 .Pf ( Xr terminfo 5
390 only).
391 .It "pO str     (N)     Turn on the printer for"
392 .Em n
393 bytes.
394 .It "po str             Turn on the printer."
395 .It "ps str             Print contents of the screen."
396 .It "pt bool    (o)     Has hardware tabs (may need to be set with"
397 .Sy \&is ) .
398 .It "px str             Program function key"
399 .Em n
400 to transmit string
401 .Em s
402 .Pf ( Xr terminfo 5
403 only).
404 .It "r1-r3      str             Reset terminal completely to sane modes"
405 .Pf ( Xr terminfo 5
406 only).
407 .It "rc str     (P)     Restore cursor to position of last"
408 .Sy \&sc .
409 .It "rf str             Name of file containing reset codes."
410 .It "RI str     (NP)    Move cursor right"
411 .Em n
412 positions.
413 .It "rp str     (NP*)   Repeat character"
414 .Em c n
415 times.
416 .It "rs str             Reset terminal completely to sane modes"
417 .Pf ( Nm termcap
418 only).
419 .It "sa str     (NP)    Define the video attributes."
420 .It "Sb str             Set background color to #1."
421 .It "sc str     (P)     Save cursor position."
422 .It "se str             End standout mode."
423 .It "Sf str             Set foreground color to #1."
424 .It "SF str     (NP*)   Scroll forward"
425 .Em n
426 lines.
427 .It "sf str     (P)     Scroll text up."
428 .It "sg num             Number of garbage chars left by"
429 .Sy \&so
431 .Sy \&se
432 (default 0).
433 .It "so str             Begin standout mode."
434 .It "SR str     (NP*)   Scroll backward"
435 .Em n
436 lines.
437 .It "sr str     (P)     Scroll text down."
438 .It "st str             Set a tab in all rows, current column."
439 .It "ta str     (P)     Tab to next 8-position hardware tab stop."
440 .It "tc str             Entry of similar terminal \- must be last."
441 .It "te str             String to end programs that use"
442 .Nm .
443 .It "ti str             String to begin programs that use"
444 .Nm .
445 .It "ts str     (N)     Go to status line, column"
446 .Em n .
447 .It "UC bool    (o)     Upper-case only."
448 .It "uc str             Underscore one character and move past it."
449 .It "ue str             End underscore mode."
450 .It "ug num             Number of garbage chars left by"
451 .Sy \&us
453 .Sy \&ue
454 (default 0).
455 .It "ul bool            Underline character overstrikes."
456 .It "UP str     (NP*)   Move cursor up"
457 .Em n
458 lines.
459 .It "up str             Upline (cursor up)."
460 .It "us str             Start underscore mode."
461 .It "ut bool            Screen erased with background color."
462 .It "vb str             Visible bell (must not move cursor)."
463 .It "ve str             Make cursor appear normal (undo"
464 .Sy \&vs Ns / Sy \&vi ) .
465 .It "vi str             Make cursor invisible."
466 .It "vs str             Make cursor very visible."
467 .It "vt num             Virtual terminal number (not supported on all systems)."
468 .It "wi str     (N)     Set current window."
469 .It "ws num             Number of columns in status line."
470 .It "xb bool            Beehive"
471 .Pf ( "f1=" Dv ESC ,
472 .Pf "f2=" Sy \&^C ) .
473 .It "xn bool            Newline ignored after 80 cols (Concept)."
474 .It "xo bool            Terminal uses xoff/xon"
475 .Pq Dv DC3 Ns / Ns Dv DC1
476 handshaking.
477 .It "xr bool    (o)     Return acts like"
478 .Sy "ce cr nl"
479 (Delta Data).
480 .It "xs bool            Standout not erased by overwriting (Hewlett-Packard)."
481 .It "xt bool            Tabs ruin, magic"
482 .Sy \&so
483 char (Teleray 1061).
484 .It "xx bool    (o)     Tektronix 4025 insert-line."
485 .It "ZZ str             Pointer to the extended termcap entry.  See"
486 .Xr tgetent 3
487 for details.
489 .Ss A Sample Entry
490 The following entry, which describes the Concept\-100, is among the more
491 complex entries in the
493 file as of this writing.
495 .Bd -literal
496 ca\||\|concept100\||\|c100\||\|concept\||\|c104\||\|concept100-4p\||\|HDS Concept\-100:\e
497         :al=3*\eE^R:am:bl=^G:cd=16*\eE^C:ce=16\eE^U:cl=2*^L:cm=\eEa%+ %+ :\e
498         :co#80:.cr=9^M:db:dc=16\eE^A:dl=3*\eE^B:do=^J:ei=\eE\e200:eo:im=\eE^P:in:\e
499         :ip=16*:is=\eEU\eEf\eE7\eE5\eE8\eEl\eENH\eEK\eE\e200\eEo\*[Am]\e200\eEo\e47\eE:k1=\eE5:\e
500         :k2=\eE6:k3=\eE7:kb=^h:kd=\eE\*[Lt]:ke=\eEx:kh=\eE?:kl=\eE\*[Gt]:kr=\eE=:ks=\eEX:\e
501         :ku=\eE;:le=^H:li#24:mb=\eEC:me=\eEN\e200:mh=\eEE:mi:mk=\eEH:mp=\eEI:\e
502         :mr=\eED:nd=\eE=:pb#9600:rp=0.2*\eEr%.%+ :se=\eEd\eEe:sf=^J:so=\eEE\eED:\e
503         :.ta=8\et:te=\eEv    \e200\e200\e200\e200\e200\e200\eEp\er\en:\e
504         :ti=\eEU\eEv  8p\eEp\er:ue=\eEg:ul:up=\eE;:us=\eEG:\e
505         :vb=\eEk\e200\e200\e200\e200\e200\e200\e200\e200\e200\e200\e200\e200\e200\e200\eEK:\e
506         :ve=\eEw:vs=\eEW:vt#8:xn:\e
507         :bs:cr=^M:dC#9:dT#8:nl=^J:ta=^I:pt:
510 Entries may continue onto multiple lines by giving a \e as the last
511 character of a line, and empty fields
512 may be included for readability (here between the last field on a line
513 and the first field on the next).
514 Comments may be included on lines beginning with
515 .Dq # .
516 .Ss Types of Capabilities
517 Capabilities in
519 are of three types: Boolean capabilities,
520 which indicate particular features that the terminal has;
521 numeric capabilities,
522 giving the size of the display or the size of other attributes;
523 and string capabilities,
524 which give character sequences that can be used to perform particular
525 terminal operations.
526 All capabilities have two-letter codes.
527 For instance, the fact that
528 the Concept has
529 .Em automatic margins
530 (an automatic return and linefeed
531 when the end of a line is reached) is indicated by the Boolean capability
532 .Sy \&am .
533 Hence the description of the Concept includes
534 .Sy \&am .
536 Numeric capabilities are followed by the character `#' then the value.
537 In the example above
538 .Sy \&co ,
539 which indicates the number of columns the display has,
540 gives the value `80' for the Concept.
542 Finally, string-valued capabilities, such as
543 .Sy \&ce
544 (clear-to-end-of-line
545 sequence) are given by the two-letter code, an `=', then a string
546 ending at the next following `:'.
547 A delay in milliseconds may appear after
548 the `=' in such a capability,
549 which causes padding characters to be supplied by
550 .Xr tputs 3
551 after the remainder of the string is sent to provide this delay.
552 The delay can be either a number,
553 such as `20', or a number followed by
554 an `*',
555 such as `3*'.
556 An `*' indicates that the padding required is proportional
557 to the number of lines affected by the operation, and the amount given is
558 the per-affected-line padding required.
559 (In the case of insert-character,
560 the factor is still the number of
561 .Em lines
562 affected;
563 this is always 1 unless the terminal has
564 .Sy \&in
565 and the software uses it.)
566 When an `*' is specified, it is sometimes useful to give a delay of the form
567 `3.5' to specify a delay per line to tenths of milliseconds.
568 (Only one decimal place is allowed.)
570 A number of escape sequences are provided in the string-valued capabilities
571 for easy encoding of control characters there.
572 .Sy \&\eE
573 maps to an
574 .Dv ESC
575 character,
576 .Sy \&^X
577 maps to a control-X for any appropriate X,
578 and the sequences
579 .Sy \&\en
580 .Sy \&\er
581 .Sy \&\et
582 .Sy \&\eb
583 .Sy \&\ef
584 map to linefeed, return, tab, backspace, and formfeed, respectively.
585 Finally, characters may be given as three octal digits after a
586 .Sy \&\e ,
587 and the characters
588 .Sy \&^
590 .Sy \&\e
591 may be given as
592 .Sy \&\e^
594 .Sy \&\e\e .
595 If it is necessary to place a
596 .Sy \&:
597 in a capability it must be escaped in
598 octal as
599 .Sy \&\e072 .
600 If it is necessary to place a
601 .Dv NUL
602 character in a string capability it
603 must be encoded as
604 .Sy \&\e200 .
605 (The routines that deal with
607 use C strings and strip the high bits of the output very late, so that
609 .Sy \&\e200
610 comes out as a
611 .Sy \&\e000
612 would.)
614 Sometimes individual capabilities must be commented out.
615 To do this, put a period before the capability name.
616 For example, see the first
617 .Sy \&cr
619 .Sy \&ta
620 in the example above.
621 .Ss Preparing Descriptions
622 The most effective way to prepare a terminal description is by imitating
623 the description of a similar terminal in
625 and to build up a description gradually, using partial descriptions
626 with
627 .Xr \&vi 1
628 to check that they are correct.
629 Be aware that a very unusual terminal may expose deficiencies in
630 the ability of the
632 file to describe it
633 or bugs in
634 .Xr \&vi 1 .
635 To easily test a new terminal description you are working on
636 you can put it in your home directory in a file called
637 .Pa .termcap
638 and programs will look there before looking in
639 .Pa /usr/share/misc/termcap .
640 You can also set the environment variable
641 .Ev TERMPATH
642 to a list of absolute file pathnames (separated by spaces or colons),
643 one of which contains the description you are working on,
644 and programs will search them in the order listed, and nowhere else.
646 .Xr termcap 3 .
648 .Ev TERMCAP
649 environment variable is usually set to the
651 entry itself
652 to avoid reading files when starting up a program.
654 To get the padding for insert-line right
655 (if the terminal manufacturer did not document it),
656 a severe test is to use
657 .Xr \&vi 1
658 to edit
659 .Pa /etc/passwd
660 at 9600 baud, delete roughly 16 lines from the middle of the screen,
661 then hit the `u' key several times quickly.
662 If the display messes up, more padding is usually needed.
663 A similar test can be used for insert-character.
664 .Ss Basic Capabilities
665 The number of columns on each line of the display is given by the
666 .Sy \&co
667 numeric capability.
668 If the display is a
669 .Tn CRT ,
670 then the
671 number of lines on the screen is given by the
672 .Sy \&li
673 capability.
674 If the display wraps around to the beginning of the next line when
675 the cursor reaches the right margin, then it should have the
676 .Sy \&am
677 capability.
678 If the terminal can clear its screen,
679 the code to do this is given by the
680 .Sy \&cl
681 string capability.
682 If the terminal overstrikes
683 (rather than clearing the position when a character is overwritten),
684 it should have the
685 .Sy \&os
686 capability.
687 If the terminal is a printing terminal,
688 with no soft copy unit,
689 give it both
690 .Sy \&hc
692 .Sy \&os .
693 .Pf ( Sy \&os
694 applies to storage scope terminals,
695 such as the Tektronix 4010 series,
696 as well as to hard copy and
697 .Tn APL
698 terminals.)
699 If there is a code to move the cursor to the left edge of the current row,
700 give this as
701 .Sy \&cr .
702 (Normally this will be carriage-return,
703 .Sy \&^M . )
704 If there is a code to produce an audible signal (bell, beep,
705 etc.),
706 give this as
707 .Sy \&bl .
709 If there is a code (such as backspace)
710 to move the cursor one position to the left,
711 that capability should be given as
712 .Sy \&le .
713 Similarly,
714 codes to move to the right, up, and down
715 should be given as
716 .Sy \&nd ,
717 .Sy \&up ,
719 .Sy \&do ,
720 respectively.
721 These
722 .Em local cursor motions
723 should not alter the text they pass over;
724 for example, you would not normally use
725 .Dq nd=\ \&
726 unless the terminal has the
727 .Sy \&os
728 capability,
729 because the space would erase the character moved over.
731 A very important point here is that the local cursor motions encoded
734 have undefined behavior at the left and top edges of a
735 .Tn CRT
736 display.
737 Programs should never attempt to backspace around the left edge,
738 unless
739 .Sy \&bw
740 is given, and never attempt to go up off the top
741 using local cursor motions.
743 In order to scroll text up,
744 a program goes to the bottom left corner of the screen and sends the
745 .Sy \&sf
746 (index) string.
747 To scroll text down,
748 a program goes to the top left corner of the screen and sends the
749 .Sy \&sr
750 (reverse index) string.
751 The strings
752 .Sy \&sf
754 .Sy \&sr
755 have undefined behavior
756 when not on their respective corners of the screen.
757 Parameterized versions of the scrolling sequences are
758 .Sy \&SF
760 .Sy \&SR ,
761 which have the same semantics as
762 .Sy \&sf
764 .Sy \&sr
765 except that they take one parameter
766 and scroll that many lines.
767 They also have undefined behavior
768 except at the appropriate corner of the screen.
771 .Sy \&am
772 capability tells whether the cursor sticks at the right
773 edge of the screen when text is output there,
774 but this does not necessarily apply to
775 .Sy \&nd
776 from the last column.
777 Leftward local motion is defined from the left edge only when
778 .Sy \&bw
779 is given; then an
780 .Sy \&le
781 from the left edge will move to the right edge of the previous row.
782 This is useful for drawing a box around the edge of the screen,
783 for example.
784 If the terminal has switch-selectable automatic margins,
787 description usually assumes that this feature is on, i.e.,
788 .Sy \&am .
789 If the terminal has a command
790 that moves to the first column of the next line,
791 that command can be given as
792 .Sy \&nw
793 (newline).
794 It is permissible for this to clear the remainder of the current line,
795 so if the terminal has no correctly-working
796 .Tn \&CR
798 .Tn \&LF
799 it may still be possible to craft a working
800 .Sy \&nw
801 out of one or both of them.
803 These capabilities suffice to describe hardcopy and
804 .Dq glass-tty
805 terminals.
806 Thus the Teletype model 33 is described as
807 .Bd -literal -offset indent
808 T3\||\|tty33\||\|33\||\|tty\||\|Teletype model 33:\e
809         :bl=^G:co#72:cr=^M:do=^J:hc:os:
812 and the Lear Siegler
813 .Tn ADM Ns \-3
814 is described as
815 .Bd -literal -offset indent
816 l3\||\|adm3\||\|3\||\|LSI \s-1ADM\s0-3:\e
817 :am:bl=^G:cl=^Z:co#80:cr=^M:do=^J:le=^H:li#24:sf=^J:
819 .Ss Parameterized Strings
820 Cursor addressing and other strings requiring parameters
821 are described by a
822 parameterized string capability, with
823 .Xr printf 3 Ns \-like
824 escapes
825 .Sy \&%x
826 in it,
827 while other characters are passed through unchanged.
828 For example, to address the cursor the
829 .Sy \&cm
830 capability is given, using two parameters: the row and column to move to.
831 (Rows and columns are numbered from zero and refer to the physical screen
832 visible to the user, not to any unseen memory.
833 If the terminal has memory-relative cursor addressing,
834 that can be indicated by an analogous
835 .Sy \&CM
836 capability.)
839 .Sy \&%
840 encodings have the following meanings:
841 .Bl -column xxxxx
842 .It "%% output `%'"
843 .It "%d output value as in"
844 .Xr printf 3
846 .It "%2 output value as in"
847 .Xr printf 3
849 .It "%3 output value as in"
850 .Xr printf 3
852 .It "%. output value as in"
853 .Xr printf 3
855 .It "%+" Ns Em x Ta No add
856 .Em x
857 to value, then do %.
858 .It "%\*[Gt]" Ns Em \&xy Ta No if
859 value \*[Gt]
860 .Em x
861 then add
862 .Em y ,
863 no output
864 .It "\&%r       reverse order of two parameters, no output"
865 .It "\&%i       increment by one, no output"
866 .It "\&%n       exclusive-or all parameters with 0140 (Datamedia 2500)"
867 .It "\&%B" Ta Tn BCD No "(16*(value/10)) + (value%10), no output"
868 .It "\&%D       Reverse coding (value \- 2*(value%16)), no output (Delta Data)."
871 Consider the Hewlett-Packard 2645, which, to get to row 3 and column 12, needs
872 to be sent
873 .Dq \eE\*[Am]a12c03Y
874 padded for 6 milliseconds.
875 Note that the order
876 of the row and column coordinates is reversed here
877 and that the row and column
878 are sent as two-digit integers.
879 Thus its
880 .Sy \&cm
881 capability is
882 .Dq Li cm=6\eE\*[Am]%r%2c%2Y .
884 The Datamedia 2500 needs the current row and column sent
885 encoded in binary using
886 .Dq \&%. .
887 Terminals that use
888 .Dq \&%.
889 need to be able to
890 backspace the cursor
891 .Po Sy \&le Pc
892 and to move the cursor up one line on the screen
893 .Po Sy \&up Pc .
894 This is necessary because it is not always safe to transmit
895 .Sy \&\en ,
896 .Sy \&^D ,
898 .Sy \&\er ,
899 as the system may change or discard them.
900 (Programs using
902 must set terminal modes so that tabs are not expanded, so
903 .Sy \&\et
904 is safe to send.
905 This turns out to be essential for the Ann Arbor 4080.)
907 A final example is the Lear Siegler
908 .Tn ADM Ns \-3a ,
909 which offsets row and column
910 by a blank character, thus
911 .Dq Li cm=\eE=%+ %+\ \& .
913 Row or column absolute cursor addressing
914 can be given as single parameter capabilities
915 .Sy \&ch
916 (horizontal position absolute) and
917 .Sy \&cv
918 (vertical position absolute).
919 Sometimes these are shorter than the more general two-parameter sequence
920 (as with the Hewlett-Packard 2645) and can be used in preference to
921 .Sy \&cm .
922 If there are parameterized local motions (e.g., move
923 .Ar n
924 positions to the right)
925 these can be given as
926 .Sy \&DO ,
927 .Sy \&LE ,
928 .Sy \&RI ,
930 .Sy \&UP
931 with a single parameter indicating how many positions to move.
932 These are primarily useful if the terminal does not have
933 .Sy \&cm ,
934 such as the Tektronix 4025.
935 .Ss Cursor Motions
936 If the terminal has a fast way to home the cursor
937 (to the very upper left corner of the screen), this can be given as
938 .Sy \&ho .
939 Similarly, a fast way of getting to the lower left-hand corner
940 can be given as
941 .Sy \&ll ;
942 this may involve going up with
943 .Sy \&up
944 from the home position,
945 but a program should never do this itself (unless
946 .Sy \&ll
947 does), because it can
948 make no assumption about the effect of moving up from the home position.
949 Note that the home position is the same as
950 cursor address (0,0): to the top left corner of the screen, not of memory.
951 (Therefore, the
952 .Dq \eEH
953 sequence on Hewlett-Packard terminals
954 cannot be used for
955 .Sy \&ho . )
956 .Ss Area Clears
957 If the terminal can clear from the current position to the end of the
958 line, leaving the cursor where it is, this should be given as
959 .Sy \&ce .
960 If the terminal can clear from the current position to the end of the
961 display, this should be given as
962 .Sy \&cd .
963 .Sy \&cd
964 must only be invoked from the first column of a line.
965 (Therefore,
966 it can be simulated by a request to delete a large number of lines,
967 if a true
968 .Sy \&cd
969 is not available.)
970 .Ss Insert/Delete Line
971 If the terminal can open a new blank line
972 before the line containing the cursor,
973 this should be given as
974 .Sy \&al ;
975 this must be invoked only from the first
976 position of a line.
977 The cursor must then appear at the left of the newly blank line.
978 If the terminal can delete the line that the cursor is on, this
979 should be given as
980 .Sy \&dl ;
981 this must only be used from the first position on
982 the line to be deleted.
983 Versions of
984 .Sy \&al
986 .Sy \&dl
987 which take a single parameter
988 and insert or delete that many lines
989 can be given as
990 .Sy \&AL
992 .Sy \&DL .
993 If the terminal has a settable scrolling region
994 (like the VT100),
995 the command to set this can be described with the
996 .Sy \&cs
997 capability,
998 which takes two parameters: the top and bottom lines of the scrolling region.
999 The cursor position is, alas, undefined after using this command.
1000 It is possible to get the effect of insert or delete line
1001 using this command \(em the
1002 .Sy \&sc
1004 .Sy \&rc
1005 (save and restore cursor) commands are also useful.
1006 Inserting lines at the top or bottom of the screen can also be done using
1007 .Sy \&sr
1009 .Sy \&sf
1010 on many terminals without a true insert/delete line,
1011 and is often faster even on terminals with those features.
1013 If the terminal has the ability to define a window as part of memory
1014 which all commands affect, it should be given as the parameterized string
1015 .Sy \&wi .
1016 The four parameters are the starting and ending lines in memory
1017 and the starting and ending columns in memory, in that order.
1018 (This
1019 .Xr terminfo 5
1020 capability is described for completeness.
1021 It is unlikely that any
1022 .Nm Ns \-using
1023 program will support it.)
1025 If the terminal can retain display memory above the screen, then the
1026 .Sy \&da
1027 capability should be given;
1028 if display memory can be retained
1029 below, then
1030 .Sy \&db
1031 should be given.
1032 These indicate
1033 that deleting a line or scrolling may bring non-blank lines up from below
1034 or that scrolling back with
1035 .Sy \&sr
1036 may bring down non-blank lines.
1037 .Ss Insert/Delete Character
1038 There are two basic kinds of intelligent terminals with respect to
1039 insert/delete character that can be described using
1040 .Nm .
1041 The most common insert/delete character operations affect only the characters
1042 on the current line and shift characters off the end of the line rigidly.
1043 Other terminals, such as the Concept\-100 and the Perkin Elmer Owl, make
1044 a distinction between typed and untyped blanks on the screen, shifting
1045 upon an insert or delete only to an untyped blank on the screen which is
1046 either eliminated or expanded to two untyped blanks.
1047 You can determine
1048 the kind of terminal you have by clearing the screen then typing
1049 text separated by cursor motions.
1050 Type
1051 .Dq Li abc\ \ \ \ def
1052 using local
1053 cursor motions (not spaces) between the
1054 .Dq abc
1055 and the
1056 .Dq def .
1057 Then position the cursor before the
1058 .Dq abc
1059 and put the terminal in insert
1060 mode.
1061 If typing characters causes the rest of the line to shift
1062 rigidly and characters to fall off the end, then your terminal does
1063 not distinguish between blanks and untyped positions.
1064 If the
1065 .Dq abc
1066 shifts over to the
1067 .Dq def
1068 which then move together around the end of the
1069 current line and onto the next as you insert, then you have the second type of
1070 terminal and should give the capability
1071 .Sy in ,
1072 which stands for
1073 .Dq insert null .
1074 While these are two logically separate attributes
1075 (one-line vs. multi-line insert mode,
1076 and special treatment of untyped spaces),
1077 we have seen no terminals whose insert
1078 mode cannot be described with the single attribute.
1081 can describe both terminals that have an insert mode and terminals
1082 that send a simple sequence to open a blank position on the current line.
1083 Give as
1084 .Sy \&im
1085 the sequence to get into insert mode.
1086 Give as
1087 .Sy \&ei
1088 the sequence to leave insert mode.
1089 Now give as
1090 .Sy \&ic
1091 any sequence that needs to be sent just before
1092 each character to be inserted.
1093 Most terminals with a true insert mode
1094 will not give
1095 .Sy \&ic ;
1096 terminals that use a sequence to open a screen
1097 position should give it here.
1098 (If your terminal has both,
1099 insert mode is usually preferable to
1100 .Sy \&ic .
1101 Do not give both unless the terminal actually requires both to be used
1102 in combination.)
1103 If post-insert padding is needed, give this as a number of milliseconds
1105 .Sy \&ip
1106 (a string option).
1107 Any other sequence that may need to be
1108 sent after insertion of a single character can also be given in
1109 .Sy \&ip .
1110 If your terminal needs to be placed into an `insert mode'
1111 and needs a special code preceding each inserted character,
1112 then both
1113 .Sy \&im Ns / Sy \&ei
1115 .Sy \&ic
1116 can be given, and both will be used.
1118 .Sy \&IC
1119 capability, with one parameter
1120 .Em n ,
1121 will repeat the effects of
1122 .Sy \&ic
1123 .Em n
1124 times.
1126 It is occasionally necessary to move around while in insert mode
1127 to delete characters on the same line (e.g., if there is a tab after
1128 the insertion position).
1129 If your terminal allows motion while in
1130 insert mode, you can give the capability
1131 .Sy \&mi
1132 to speed up inserting
1133 in this case.
1134 Omitting
1135 .Sy \&mi
1136 will affect only speed.
1137 Some terminals
1138 (notably Datamedia's) must not have
1139 .Sy \&mi
1140 because of the way their
1141 insert mode works.
1143 Finally, you can specify
1144 .Sy \&dc
1145 to delete a single character,
1146 .Sy \&DC
1147 with one parameter
1148 .Em n
1149 to delete
1150 .Em n
1151 characters,
1152 and delete mode by giving
1153 .Sy \&dm
1155 .Sy \&ed
1156 to enter and exit delete mode
1157 (which is any mode the terminal needs to be placed in for
1158 .Sy \&dc
1159 to work).
1160 .Ss Highlighting, Underlining, and Visible  Bells
1161 If your terminal has one or more kinds of display attributes,
1162 these can be represented in a number of different ways.
1163 You should choose one display form as
1164 .Em standout mode ,
1165 representing a good high-contrast, easy-on-the-eyes format
1166 for highlighting error messages and other attention getters.
1167 (If you have a choice, reverse video plus half-bright is good,
1168 or reverse video alone.)
1169 The sequences to enter and exit standout mode
1170 are given as
1171 .Sy \&so
1173 .Sy \&se ,
1174 respectively.
1175 If the code to change into or out of standout
1176 mode leaves one or even two blank spaces or garbage characters on the screen,
1177 as the
1178 .Tn TVI
1179 912 and Teleray 1061 do,
1180 then
1181 .Sy \&sg
1182 should be given to tell how many characters are left.
1184 Codes to begin underlining and end underlining can be given as
1185 .Sy \&us
1187 .Sy \&ue ,
1188 respectively.
1189 Underline mode change garbage is specified by
1190 .Sy \&ug ,
1191 similar to
1192 .Sy \&sg .
1193 If the terminal has a code to underline the current character and move
1194 the cursor one position to the right,
1195 such as the Microterm Mime,
1196 this can be given as
1197 .Sy \&uc .
1199 Other capabilities to enter various highlighting modes include
1200 .Sy \&mb
1201 (blinking),
1202 .Sy \&md
1203 (bold or extra bright),
1204 .Sy \&mh
1205 (dim or half-bright),
1206 .Sy \&mk
1207 (blanking or invisible text),
1208 .Sy \&mp
1209 (protected),
1210 .Sy \&mr
1211 (reverse video),
1212 .Sy \&me
1213 (turn off
1214 .Em all
1215 attribute modes),
1216 .Sy \&as
1217 (enter alternative character set mode), and
1218 .Sy \&ae
1219 (exit alternative character set mode).
1220 Turning on any of these modes singly may or may not turn off other modes.
1222 If there is a sequence to set arbitrary combinations of mode,
1223 this should be given as
1224 .Sy \&sa
1225 (set attributes), taking 9 parameters.
1226 Each parameter is either 0 or 1,
1227 as the corresponding attributes is on or off.
1228 The 9 parameters are, in order: standout, underline, reverse, blink,
1229 dim, bold, blank, protect, and alternative character set.
1230 Not all modes need be supported by
1231 .Sy \&sa ,
1232 only those for which corresponding attribute commands exist.
1233 (It is unlikely that a
1234 .Nm Ns \-using
1235 program will support this capability, which is defined for compatibility
1236 with
1237 .Xr terminfo 5 ) .
1239 Terminals with the
1240 .Dq magic cookie
1241 glitches
1242 .Pf ( Sy \&sg
1244 .Sy \&ug ) ,
1245 rather than maintaining extra attribute bits for each character cell,
1246 instead deposit special
1247 .Dq cookies ,
1249 .Dq garbage characters ,
1250 when they receive mode-setting sequences,
1251 which affect the display algorithm.
1253 Some terminals,
1254 such as the Hewlett-Packard 2621,
1255 automatically leave standout
1256 mode when they move to a new line or when the cursor is addressed.
1257 Programs using standout mode
1258 should exit standout mode on such terminals
1259 before moving the cursor or sending a newline.
1260 On terminals where this is not a problem,
1262 .Sy \&ms
1263 capability should be present
1264 to say that this overhead is unnecessary.
1266 If the terminal has
1267 a way of flashing the screen to indicate an error quietly
1268 (a bell replacement),
1269 this can be given as
1270 .Sy \&vb ;
1271 it must not move the cursor.
1273 If the cursor needs to be made more visible than normal
1274 when it is not on the bottom line
1275 (to change, for example, a non-blinking underline into an easier-to-find
1276 block or blinking underline),
1277 give this sequence as
1278 .Sy \&vs .
1279 If there is a way to make the cursor completely invisible, give that as
1280 .Sy \&vi .
1281 The capability
1282 .Sy \&ve ,
1283 which undoes the effects of both of these modes,
1284 should also be given.
1286 If your terminal correctly displays underlined characters
1287 (with no special codes needed)
1288 even though it does not overstrike,
1289 then you should give the capability
1290 .Sy \&ul .
1291 If overstrikes are erasable with a blank,
1292 this should be indicated by giving
1293 .Sy \&eo .
1294 .Ss Keypad
1295 If the terminal has a keypad that transmits codes when the keys are pressed,
1296 this information can be given.
1297 Note that it is not possible to handle
1298 terminals where the keypad only works in local mode
1299 (this applies, for example, to the unshifted Hewlett-Packard 2621 keys).
1300 If the keypad can be set to transmit or not transmit,
1301 give these codes as
1302 .Sy \&ks
1304 .Sy \&ke .
1305 Otherwise the keypad is assumed to always transmit.
1306 The codes sent by the left-arrow, right-arrow, up-arrow, down-arrow,
1307 and home keys can be given as
1308 .Sy \&kl ,
1309 .Sy \&kr ,
1310 .Sy \&ku ,
1311 .Sy \&kd ,
1313 .Sy \&kh ,
1314 respectively.
1315 If there are function keys such as f0, f1, ..., f9, the codes they send
1316 can be given as
1317 .Sy \&k0 ,
1318 .Sy \&k1 ,
1319 \&...,
1320 .Sy \&k9 .
1321 If these keys have labels other than the default f0 through f9, the labels
1322 can be given as
1323 .Sy \&l0 ,
1324 .Sy \&l1 ,
1325 \&...,
1326 .Sy \&l9 .
1327 The codes transmitted by certain other special keys can be given:
1328 .Sy \&kH
1329 (home down),
1330 .Sy \&kb
1331 (backspace),
1332 .Sy \&ka
1333 (clear all tabs),
1334 .Sy \&kt
1335 (clear the tab stop in this column),
1336 .Sy \&kC
1337 (clear screen or erase),
1338 .Sy \&kD
1339 (delete character),
1340 .Sy \&kL
1341 (delete line),
1342 .Sy \&kM
1343 (exit insert mode),
1344 .Sy \&kE
1345 (clear to end of line),
1346 .Sy \&kS
1347 (clear to end of screen),
1348 .Sy \&kI
1349 (insert character or enter insert mode),
1350 .Sy \&kA
1351 (insert line),
1352 .Sy \&kN
1353 (next page),
1354 .Sy \&kP
1355 (previous page),
1356 .Sy \&kF
1357 (scroll forward/down),
1358 .Sy \&kR
1359 (scroll backward/up), and
1360 .Sy \&kT
1361 (set a tab stop in this column).
1362 In addition, if the keypad has a 3 by 3 array of keys
1363 including the four arrow keys, then the other five keys can be given as
1364 .Sy \&K1 ,
1365 .Sy \&K2 ,
1366 .Sy \&K3 ,
1367 .Sy \&K4 ,
1369 .Sy \&K5 .
1370 These keys are useful when the effects of a 3 by 3 directional pad are needed.
1371 The obsolete
1372 .Sy \&ko
1373 capability formerly used to describe
1374 .Dq other
1375 function keys has been
1376 completely supplanted by the above capabilities.
1379 .Sy \&ma
1380 entry is also used to indicate arrow keys on terminals that have
1381 single-character arrow keys.
1382 It is obsolete but still in use in
1383 version 2 of
1384 .Sy \&vi
1385 which must be run on some minicomputers due to
1386 memory limitations.
1387 This field is redundant with
1388 .Sy \&kl ,
1389 .Sy \&kr ,
1390 .Sy \&ku ,
1391 .Sy \&kd ,
1393 .Sy \&kh .
1394 It consists of groups of two characters.
1395 In each group, the first character is what an arrow key sends, and the
1396 second character is the corresponding
1397 .Sy \&vi
1398 command.
1399 These commands are
1400 .Ar h
1402 .Sy \&kl ,
1403 .Ar j
1405 .Sy \&kd ,
1406 .Ar k
1408 .Sy \&ku ,
1409 .Ar l
1411 .Sy \&kr ,
1413 .Ar H
1415 .Sy \&kh .
1416 For example, the Mime would have
1417 .Dq Li ma=^Hh^Kj^Zk^Xl
1418 indicating arrow keys left (^H), down (^K), up (^Z), and right (^X).
1419 (There is no home key on the Mime.)
1420 .Ss Tabs and Initialization
1421 If the terminal needs to be in a special mode when running
1422 a program that uses these capabilities,
1423 the codes to enter and exit this mode can be given as
1424 .Sy \&ti
1426 .Sy \&te .
1427 This arises, for example, from terminals like the Concept with more than
1428 one page of memory.
1429 If the terminal has only memory-relative cursor addressing and not
1430 screen-relative cursor addressing,
1431 a screen-sized window must be fixed into
1432 the display for cursor addressing to work properly.
1433 This is also used for the Tektronix 4025, where
1434 .Sy \&ti
1435 sets the command character to be the one used by
1436 .Nm .
1438 Other capabilities
1439 include
1440 .Sy \&is ,
1441 an initialization string for the terminal,
1443 .Sy \&if ,
1444 the name of a file containing long initialization strings.
1445 These strings are expected to set the terminal into modes
1446 consistent with the rest of the
1448 description.
1449 They are normally sent to the terminal by the
1450 .Xr tset 1
1451 program each time the user logs in.
1452 They will be printed in the following order:
1453 .Sy \&is ;
1454 setting tabs using
1455 .Sy \&ct
1457 .Sy \&st ;
1458 and finally
1459 .Sy \&if .
1460 .Pf ( Xr terminfo 5
1461 uses
1462 .Sy \&i\&1-i2
1463 instead of
1464 .Sy \&is
1465 and runs the program
1466 .Sy \&iP
1467 and prints
1468 .Sy "\&i\&3"
1469 after the other initializations.)
1470 A pair of sequences that does a harder reset from a totally unknown state
1471 can be analogously given as
1472 .Sy \&rs
1474 .Sy \&if .
1475 These strings are output by the
1476 .Xr reset 1
1477 program, which is used when the terminal gets into a wedged state.
1478 .Pf ( Xr terminfo 5
1479 uses
1480 .Sy "\&r1-r3"
1481 instead of
1482 .Sy \&rs . )
1483 Commands are normally placed in
1484 .Sy \&rs
1486 .Sy \&rf
1487 only if they produce annoying effects on the screen and are not necessary
1488 when logging in.
1489 For example, the command to set the VT100 into 80-column mode
1490 would normally be part of
1491 .Sy \&is ,
1492 but it causes an annoying glitch of the screen and is not normally needed
1493 since the terminal is usually already in 80-column mode.
1495 If the terminal has hardware tabs,
1496 the command to advance to the next tab stop can be given as
1497 .Sy \&ta
1498 (usually
1499 .Sy \&^I ) .
1501 .Dq backtab
1502 command which moves leftward to the previous tab stop
1503 can be given as
1504 .Sy \&bt .
1505 By convention,
1506 if the terminal driver modes indicate that tab stops are being expanded
1507 by the computer rather than being sent to the terminal,
1508 programs should not use
1509 .Sy \&ta
1511 .Sy \&bt
1512 even if they are present,
1513 since the user may not have the tab stops properly set.
1514 If the terminal has hardware tabs that are initially set every
1515 .Ar n
1516 positions when the terminal is powered up, then the numeric parameter
1517 .Sy \&it
1518 is given, showing the number of positions between tab stops.
1519 This is normally used by the
1520 .Xr tset 1
1521 command to determine whether to set the driver mode for hardware tab
1522 expansion, and whether to set the tab stops.
1523 If the terminal has tab stops that can be saved in nonvolatile memory, the
1525 description can assume that they are properly set.
1527 If there are commands to set and clear tab stops, they can be given as
1528 .Sy \&ct
1529 (clear all tab stops) and
1530 .Sy \&st
1531 (set a tab stop in the current column of every row).
1532 If a more complex sequence is needed to set the tabs than can be
1533 described by this, the sequence can be placed in
1534 .Sy \&is
1536 .Sy \&if .
1537 .Ss Delays
1538 Certain capabilities control padding in the terminal driver.
1539 These are primarily needed by hardcopy terminals and are used by the
1540 .Xr tset 1
1541 program to set terminal driver modes appropriately.
1542 Delays embedded in the capabilities
1543 .Sy \&cr ,
1544 .Sy \&sf ,
1545 .Sy \&le ,
1546 .Sy \&ff ,
1548 .Sy \&ta
1549 will cause the appropriate delay bits to be set in the terminal driver.
1551 .Sy \&pb
1552 (padding baud rate) is given, these values can be ignored at baud rates
1553 below the value of
1554 .Sy \&pb .
1556 .Bx 4.2
1557 .Xr tset 1 ,
1558 the delays are given as numeric capabilities
1559 .Sy \&dC ,
1560 .Sy \&dN ,
1561 .Sy \&dB ,
1562 .Sy \&dF ,
1564 .Sy \&dT
1565 instead.
1566 .Ss Miscellaneous
1567 If the terminal requires other than a
1568 .Dv NUL
1569 (zero) character as a pad,
1570 this can be given as
1571 .Sy \&pc .
1572 Only the first character of the
1573 .Sy \&pc
1574 string is used.
1576 If the terminal has commands to save and restore the position of the
1577 cursor, give them as
1578 .Sy \&sc
1580 .Sy \&rc .
1582 If the terminal has an extra
1583 .Dq status line
1584 that is not normally used by
1585 software, this fact can be indicated.
1586 If the status line is viewed as an extra line below the bottom line,
1587 then the capability
1588 .Sy \&hs
1589 should be given.
1590 Special strings to go to a position in the status line and to return
1591 from the status line can be given as
1592 .Sy \&ts
1594 .Sy \&fs .
1595 .Pf ( Sy \&fs
1596 must leave the cursor position in the same place that it was before
1597 .Sy \&ts .
1598 If necessary, the
1599 .Sy \&sc
1601 .Sy \&rc
1602 strings can be included in
1603 .Sy \&ts
1605 .Sy \&fs
1606 to get this effect.)
1607 The capability
1608 .Sy \&ts
1609 takes one parameter, which is the column number of the status line
1610 to which the cursor is to be moved.
1611 If escape sequences and other special commands such as tab work while in
1612 the status line, the flag
1613 .Sy \&es
1614 can be given.
1615 A string that turns off the status line (or otherwise erases its contents)
1616 should be given as
1617 .Sy \&ds .
1618 The status line is normally assumed to be the same width as the
1619 rest of the screen, i.e.,
1620 .Sy \&co .
1621 If the status line is a different width (possibly because the terminal
1622 does not allow an entire line to be loaded), then its width in columns
1623 can be indicated with the numeric parameter
1624 .Sy \&ws .
1626 If the terminal can move up or down half a line, this can be
1627 indicated with
1628 .Sy \&hu
1629 (half-line up) and
1630 .Sy \&hd
1631 (half-line down).
1632 This is primarily useful for superscripts and subscripts on hardcopy
1633 terminals.
1634 If a hardcopy terminal can eject to the next page (form feed),
1635 give this as
1636 .Sy \&ff
1637 (usually
1638 .Sy \&^L ) .
1640 If there is a command to repeat a given character a given number of times
1641 (to save time transmitting a large number of identical characters),
1642 this can be indicated with the parameterized string
1643 .Sy \&rp .
1644 The first parameter is the character to be repeated and the second is
1645 the number of times to repeat it.
1646 (This is a
1647 .Xr terminfo 5
1648 feature that is unlikely to be supported by a program that uses
1649 .Nm . )
1651 If the terminal has a settable command character, such as the
1652 Tektronix 4025, this can be indicated with
1653 .Sy \&CC .
1654 A prototype command character is chosen which is used in all capabilities.
1655 This character is given in the
1656 .Sy \&CC
1657 capability to identify it.
1658 The following convention is supported on some
1660 systems:
1661 The environment is to be searched for a
1662 .Ev \&CC
1663 variable,
1664 and if found,
1665 all occurrences of the prototype character are replaced by the character
1666 in the environment variable.
1667 This use of the
1668 .Ev \&CC
1669 environment variable
1670 is a very bad idea, as it conflicts with
1671 .Xr make 1 .
1673 Terminal descriptions that do not represent a specific kind of known
1674 terminal, such as
1675 .Em switch ,
1676 .Em dialup ,
1677 .Em patch ,
1679 .Em network ,
1680 should include the
1681 .Sy \&gn
1682 (generic) capability so that programs can complain that they do not know
1683 how to talk to the terminal.
1684 (This capability does not apply to
1685 .Em virtual
1686 terminal descriptions for which the escape sequences are known.)
1688 If the terminal uses xoff/xon
1689 .Pq Tn DC3 Ns / Ns Tn DC1
1690 handshaking for flow control, give
1691 .Sy \&xo .
1692 Padding information should still be included so that routines can make
1693 better decisions about costs, but actual pad characters will not be
1694 transmitted.
1696 If the terminal has a
1697 .Dq meta key
1698 which acts as a shift key, setting the
1699 8th bit of any character transmitted, then this fact can be indicated with
1700 .Sy \&km .
1701 Otherwise, software will assume that the 8th bit is parity and it will
1702 usually be cleared.
1703 If strings exist to turn this
1704 .Dq meta mode
1705 on and off, they can be given as
1706 .Sy \&mm
1708 .Sy \&mo .
1710 If the terminal has more lines of memory than will fit on the screen at once,
1711 the number of lines of memory can be indicated with
1712 .Sy \&lm .
1713 An explicit value of 0 indicates that the number of lines is not fixed,
1714 but that there is still more memory than fits on the screen.
1716 If the terminal is one of those supported by the
1718 system virtual
1719 terminal protocol, the terminal number can be given as
1720 .Sy \&vt .
1722 Media copy strings which control an auxiliary printer
1723 connected to the terminal can be given as
1724 .Sy \&ps :
1725 print the contents of the screen;
1726 .Sy \&pf :
1727 turn off the printer; and
1728 .Sy \&po :
1729 turn on the printer.
1730 When the printer is on, all text sent to the terminal will be sent to the
1731 printer.
1732 It is undefined whether the text is also displayed on the terminal screen
1733 when the printer is on.
1734 A variation
1735 .Sy \&pO
1736 takes one parameter and leaves the printer on for as many characters as the
1737 value of the parameter, then turns the printer off.
1738 The parameter should not exceed 255.
1739 All text, including
1740 .Sy \&pf ,
1741 is transparently passed to the printer while
1742 .Sy \&pO
1743 is in effect.
1745 Strings to program function keys can be given as
1746 .Sy \&pk ,
1747 .Sy \&pl ,
1749 .Sy \&px .
1750 Each of these strings takes two parameters: the function key number
1751 to program (from 0 to 9) and the string to program it with.
1752 Function key numbers out of this range may program undefined keys
1753 in a terminal-dependent manner.
1754 The differences among the capabilities are that
1755 .Sy \&pk
1756 causes pressing the given key to be the same as the user typing the given
1757 string;
1758 .Sy \&pl
1759 causes the string to be executed by the terminal in local mode;
1761 .Sy \&px
1762 causes the string to be transmitted to the computer.
1763 Unfortunately, due to lack of a definition for string parameters in
1764 .Nm ,
1765 only
1766 .Xr terminfo 5
1767 supports these capabilities.
1769 .Sy \&ZZ
1770 capability is automatically generated in the tgetent call and must
1771 never be defined in
1773 entries.
1774 .Ss Glitches and Braindamage
1775 Hazeltine terminals, which do not allow `~' characters to be displayed,
1776 should indicate
1777 .Sy \&hz .
1780 .Sy \&nc
1781 capability, now obsolete, formerly indicated Datamedia terminals,
1782 which echo
1783 .Sy \&\er \en
1785 carriage return then ignore a following linefeed.
1787 Terminals that ignore a linefeed immediately after an
1788 .Sy \&am
1789 wrap, such as the Concept, should indicate
1790 .Sy \&xn .
1793 .Sy \&ce
1794 is required to get rid of standout
1795 (instead of merely writing normal text on top of it),
1796 .Sy \&xs
1797 should be given.
1799 Teleray terminals, where tabs turn all characters moved over to blanks,
1800 should indicate
1801 .Sy \&xt
1802 (destructive tabs).
1803 This glitch is also taken to mean that it is not possible
1804 to position the cursor on top of a \*(lqmagic cookie\*(rq, and that
1805 to erase standout mode it is necessary to use delete and insert line.
1807 The Beehive Superbee, which is unable to correctly transmit the
1808 .Dv ESC
1810 .Sy \&^C
1811 characters, has
1812 .Sy \&xb ,
1813 indicating that the
1814 .Dq \&f\&1
1815 key is used for
1816 .Dv ESC
1818 .Dq \&f\&2
1819 for ^C.
1820 (Only certain Superbees have this problem, depending on the
1821 .Tn ROM . )
1823 Other specific terminal problems may be corrected by adding more
1824 capabilities of the form
1825 .Sy x Em x .
1826 .Ss Similar Terminals
1827 If there are two very similar terminals,
1828 one can be defined as being just like the other with certain exceptions.
1829 The string capability
1830 .Sy \&tc
1831 can be given
1832 with the name of the similar terminal.
1833 This capability must be
1834 .Em last .
1835 The capabilities given before
1836 .Sy \&tc
1837 override those in the terminal type invoked by
1838 .Sy \&tc .
1839 A capability can be canceled by placing
1840 .Sy \&xx@
1841 to the left of the
1842 .Sy \&tc
1843 invocation, where
1844 .Sy \&xx
1845 is the capability.
1846 For example, the entry
1847 .Bd -literal -offset indent
1848 hn\||\|2621\-nl:ks@:ke@:tc=2621:
1851 defines a
1852 .Dq 2621\-nl
1853 that does not have the
1854 .Sy \&ks
1856 .Sy \&ke
1857 capabilities,
1858 hence does not turn on the function key labels when in visual mode.
1859 This is useful for different modes for a terminal, or for different
1860 user preferences.
1861 .Sh FILES
1862 .Bl -tag -width /usr/share/misc/termcap.db -compact
1863 .It Pa /usr/share/misc/termcap
1864 File containing terminal descriptions.
1865 .It Pa /usr/share/misc/termcap.db
1866 Hash database file containing terminal descriptions (see
1867 .Xr cap_mkdb 1 ) .
1869 .Sh SEE ALSO
1870 .Xr cap_mkdb 1 ,
1871 .Xr \&ex 1 ,
1872 .Xr more 1 ,
1873 .Xr tset 1 ,
1874 .Xr \&ul 1 ,
1875 .Xr vi 1 ,
1876 .Xr curses 3 ,
1877 .Xr printf 3 ,
1878 .Xr termcap 3
1879 .\" following commented since .Nx currently has no term(7)
1880 .\".Xr term 7
1881 .Sh HISTORY
1884 file format appeared in
1885 .Bx 3 .
1886 .Sh BUGS
1887 .Em Note :
1890 functions
1891 were replaced by
1892 .Xr terminfo 5
1894 .At V
1895 Release 2.0.
1896 The transition will be relatively painless if capabilities flagged as
1897 .Dq obsolete
1898 are avoided.
1900 Lines and columns are now stored by the kernel as well as in the termcap
1901 entry.
1902 Most programs now use the kernel information primarily; the information
1903 in this file is used only if the kernel does not have any information.
1905 Not all programs support all entries.