Tests the functionality of a VT100 terminal (or emulator thereof).
Tests both display (escape sequence handling) and keyboard.
The program is menu-driven and contains full operating instructions.
To run a given menu-item, you enter its number. You can run all
menu-items (for a given level) by entering an asterisk, i.e, '*'.
It has been enhanced to support and test many xterm control and status
escape sequences, and it is mainly used nowadays for testing emulator
compatibility.
See the project home page for more information:
https://invisible-island.net/vttest/
The following package has been upgraded in the Cygwin distribution:
- vttest 20241024
For details of changes since the last Cygwin release, see below or
/usr/share/doc/vttest/CHANGES after installation:
https://github.com/ThomasDickey/vttest-snapshots/blob/master/CHANGES
2024-10-24
- improve replay logic for skipping consecutive wait/done chunks as in
the mouse test-screens.
- modify checks for cursor position after alternate-screen restoring the
cursor position to work with command-replay.
- modify send32() function to log the numeric values of non-mapped
characters rather than the actual characters.
- improve error-checking in test_window_opts().
- add test-screen for DECATC
- add "-c" option, which can replay the logfile, with exclusions for the
places where vttest requires keyboard or mouse events.
- change "-l" option to require a value, for consistency.
- improve usage-message.
- modify character-set tables to work with xterm #395 Russian and SCS NRCS.
- add test-screen for XTVERSION
- add setting to demonstrate 7-bit parsing tables, as per ECMA-48 section 9.
- check DA3 response for validity
- add charset and reports table entries for VT382
- correct initialization for nl_langinfo() call
- improve configure-script handling of file pathnames
- update config.guess, config.sub
--
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
The easiest way to unsubscribe is to visit
<https://cygwin.com/mailman/options/cygwin-announce>, and click 'Unsubscribe'.
If you need more information on unsubscribing, start reading here:
<https://sourceware.org/lists.html#unsubscribe>.