diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-19 23:48:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:00 +0700 |
commit | 2181cffe17aacf2ced13ef7c6f106cb0b8b5ce71 (patch) | |
tree | a76368ccb054c34eb00a97ea974138cc6f147792 /misc/vttest/README | |
parent | 552e8af4324cff571dd6ef7b2bc60d3e85082d23 (diff) | |
download | slackbuilds-2181cffe17aacf2ced13ef7c6f106cb0b8b5ce71.tar.gz |
misc/vttest: Added (terminal test program).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/vttest/README')
-rw-r--r-- | misc/vttest/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/vttest/README b/misc/vttest/README new file mode 100644 index 0000000000..72e74ec08c --- /dev/null +++ b/misc/vttest/README @@ -0,0 +1,10 @@ +vttest (terminal test program) + +Vttest is a program designed to test the functionality of a VT100 terminal +(or emulator thereof). It tests both display (escape sequence handling) +and keyboard. + +Additional tests (past version 1.7) are provided for analysis of vt220, +vt420 terminals, as well as variants of xterm. + +The program is menu-driven and contains full on-line operating instructions. |