mist64 / cbmbasic

cbmbasic, a portable version of Commodore's version of Microsoft BASIC 6502 as found on the Commodore 64
439 stars 64 forks source link

ANSI Terminal Support #4

Closed rlauzon54 closed 2 years ago

rlauzon54 commented 5 years ago

Added .gitignore for binary files. Added color support for ANSI terminals using Commodore control characters. Added support for reverse screen in ANSI terminals using Commodore control characters. Added plugin for full ANSI terminal attributes (bold, underscore, etc.), erase to end of line and save/restore cursor. Added test BASIC programs for ANSI and control character screen attributes (color, reverse, movement).