
DECSC (Save Cursor) & DECRC (Restore Cursor) are the same as their ANSI.sys equivalents (`\e[s` & `\e[u`). DA (Device Attributes) will respond with `\e[?62;1c` - VT220 with 132 columns. Setting DECCOLM will size the buffer & window to 132 columns; resetting will restore the original values (NOT set 80 columns). Setting DECNSCM will prevent the display from being erased; however, the first time DECCOLM is used will scroll in a new window, if appropriate.
Description
v1.89
Latest
Languages
C
99.7%
Batchfile
0.3%