CompuServe Thread

Console use…

2 messages in this thread
#1178From: LANCE SHORBSep 27, 1990 5:14 PM
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!
#1213From: Matthew J. W. RatcliffSep 28, 1990 5:19 PM
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…