davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
264 stars 24 forks source link

Added ANSI/VT100 support to vt52term and renamed it ansiterm #116

Closed venomix666 closed 7 months ago

venomix666 commented 7 months ago

Added enough ANSI/VT100 support so that at least vim, emacs, mc, top and nano works as expected when connected to a linux machine and $COLUMNS and $LINES are set correctly. Renamed to ansiterm as the VT52-support is no longer the main attraction.

The VT52 mode can be used by cycling to it using ctrl-q + m. It also supports the VT100 command for enabling/disabling VT52 emulation mode.

davidgiven commented 7 months ago

Thank you --- merging.