[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
color text
Unless I miss my guess, what Pangaro has been asking about is not how to
draw strings in color, but how to display text in color. One approach is
to set the char-aluf of the window to the desired color before doing the
output, then to set it back to the default after the output is complete.
This way, one can continue to use textual output and not have to try to
figure out exact screen locations for strings, as GRAPHICS:DRAW-STRING
would require.
John Krieger
s9274@srl1.lanl.gov