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 as‐
25 terisk, 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
30 to the next or previous page.
31
33 You can specify the screen geometry in the form [24x80.132], i.e.,
34
35 • 24 lines,
36
37 • 80 minimum columns, and
38
39 • 132 maximum columns.
40
41 If your terminal does not switch between 80 and 132 columns you may
42 specify 24x80.80, for example, to avoid a misleading display.
43
44 Other options are:
45
46 -V print the program version, and exit.
47
48 -f fontfile
49 specify a file containing a DRCS (soft character definition)
50 string.
51
52 -l log test results to vttest.log.
53
54 -p use padding, e.g., for a VT100 connected to a high-speed line.
55
56 -q show only the most recent part of a continuous response, e.g.,
57 any-event mouse tests, to improve readability of the test.
58
59 -s add time-delay in selected panning/scrolling options to show de‐
60 tails.
61
62 -8 use 8-bit controls (this can be changed with a menu option).
63
65 Per Lindberg (mcvax,seismo)!enea!suadb!lindberg sometime 1985.
66
67 Modified by Thomas Dickey from June 1996, to support nonstandard screen
68 geometry, VT220-VT520, ISO color and xterm-specific tests.
69
70
71
72 LOCAL VTTEST(1)