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.
18
19 - To run a given menu-item, you must enter its number.
20
21 - Menu items start at zero; this is the "Exit" item in almost all
22 cases.
23
24 - You can run all menu-items (for a given level) by entering an aster‐
25 isk, i.e, `*'.
26
27 - You can force a repaint of the menu items by entering "?".
28
29 - A few menus can be more than one page. Use "n" and "p" to switch to
30 the next or previous page.
31
33 You can specify the screen geometry in the form [24x80.132], i.e., 24
34 lines, 80 minimum columns, 132 maximum columns. If your terminal does
35 not switch between 80 and 132 columns you may specify 24x80.80, for
36 example, to avoid a misleading display.
37
38 Other options are:
39
40 -f file
41 specify a file containing a DRCS (soft character definition)
42 string.
43
44 -l log test results to vttest.log.
45
46 -p use padding, e.g., for a VT100 connected to a high-speed line.
47
48 -s add time-delay in selected panning/scrolling options to show
49 details.
50
51 -8 use 8-bit controls (this can be changed with a menu option).
52
54 Per Lindberg (mcvax,seismo)!enea!suadb!lindberg sometime 1985.
55
56 Modified by Thomas Dickey from June 1996, to support nonstandard screen
57 geometry, VT220-VT520, ISO color and xterm-specific tests.
58
59
60
61 LOCAL VTTEST(1)