Declined Color parameters for Screen cmd

rps

Jul 6, 2008
440
6
Color parameters for Screen - Add optional color parameters to the current SCREEN command. Without the color parameters the text would be displayed using the current defaults, like now.

Proposed syntax: SCREEN row col [[BRIght] fg ON [BRIght] bg ] [text]

Example: SCREEN +5 0 Bri Red on Whi text to display
 
May 20, 2008
12,167
133
Syracuse, NY, USA
Do you mean just like SCRPUT?
Code:
v:\> scrput /?
Position text on the screen and display it in color.

SCRPUT row col [BRIght] fg ON BRIght] bg text
 

rps

Jul 6, 2008
440
6
Close but no. As I understand it, the colorizing parameters are not optional in SCRPUT.
Code:
C:\JPSoft>SCRPUT 15 0 Hi
Usage : SCRPUT row col [BRIght] fg ON BRIght] bg text
v21.01.45
C:\JPSoft>SCRPUT +5 0 whi on black Hello
v21.01.45
C:\JPSoft>

Hello