1VTTEST(1) General Commands Manual VTTEST(1)
2
3
4
6 vttest - test VT100-type terminal
7
9 vttest [options] [24x80.132]
10
12 Vttest is a program designed to test the functionality of a VT100 ter‐
13 minal (or emulator thereof). It tests both display (escape sequence
14 handling) and keyboard.
15
16 The program is menu-driven and contains full on-line operating instruc‐
17 tions. To run a given menu-item, you must enter its number. You can
18 run all menu-items (for a given level) by entering an asterisk, i.e,
19 `*'.
20
22 You can specify the screen geometry in the form [24x80.132], i.e., 24
23 lines, 80 minimum columns, 132 maximum columns. If your terminal does
24 not switch between 80 and 132 columns you may specify 24x80.80, for
25 example, to avoid a misleading display.
26
27 Other options are:
28
29 -f file
30 specify a file containing a DRCS (soft character definition)
31 string.
32
33 -l log test results to vttest.log.
34
35 -p use padding, e.g., for a VT100 connected to a high-speed line.
36
37 -8 use 8-bit controls (this can be changed with a menu option).
38
40 Per Lindberg (mcvax,seismo)!enea!suadb!lindberg sometime 1985.
41
42 Modified by Thomas Dickey from June 1996, to support nonstandard screen
43 geometry, VT220-VT420, ISO color and xterm-specific tests.
44
45
46
47 LOCAL VTTEST(1)