Jason Hood 0e87a03761 Add DA, DECCOLM, DECNSCM, DECSC & DECRC
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.
2017-12-09 11:11:52 +10:00
2010-11-15 21:51:38 +10:00
2017-12-09 11:11:52 +10:00
2017-11-21 11:46:58 +10:00
2011-03-03 17:23:45 +10:00
2017-11-29 11:42:47 +10:00
2017-10-26 12:58:17 +10:00
2017-11-21 11:46:58 +10:00
2017-07-25 18:18:34 +10:00
2017-10-26 12:58:17 +10:00
2017-07-25 18:18:34 +10:00
2017-10-26 21:46:53 +10:00

ANSICON Latest release

ANSICON provides ANSI escape sequences for Windows console programs. It provides much the same functionality as ANSI.SYS does for MS-DOS.

Requirements

  • 32-bit: Windows 2000 Professional and later (it won't work with NT or 9X).
  • 64-bit: AMD64 (it won't work with IA64).
Description
No description provided
Readme 522 KiB
v1.89 Latest
2025-01-21 16:37:28 +08:00
Languages
C 99.7%
Batchfile 0.3%