A question to the wind. Can one alter the font/color/and placement (via
the Windows Rastport struct) of characters being set to window using the
Console device. I'd like to change fonts etc. without having to maintain
my own scrolling and wordwrap.
Lance Shorb
– via Whap!
I believe the console device will change the color of characters, and style
using ANSI codes like when you do ECHO "*e[33m Hello color 3 *e[41m bkgnd 1
*e[0m plain" from the CLI this may do CR and vertical tabs too…