Tweaking 6386 display colors

Leslie Mikesell les at chinet.chi.il.us
Tue May 7 00:37:57 AEST 1991


In article <1991May3.220534.8867 at cbfsb.att.com> mtd at cbnewsb.cb.att.com (Mario T DeFazio) writes:

>		 tput p1 p2
>where p1 is
>	'setf' to set foreground color
>	'setb' to set background color

The "background color" in this case refers to the background of each
subsequent character that is displayed, not the part of the screen
that is normally black.  The difference is significant in that the
blank space beyond the end of a line is not re-drawn, nor is the
blank line at the bottom of the screen as text normally scrolls.
Thus if you change your background color you end up with a horrible
looking mess that is partly your chosen color and partly black.
Also, the terminfo init sequence always resets the white-on-black
mode, so running anything that uses curses will undo the color setting.
Has anyone come up with a way that actually works to get a decent
white-on-blue screen besides dialing in from a DOS terminal program?
I suppose running kermit under VP/ix looping between two serial
ports would work at the expense of all the machine's idle time.

Les Mikesell
  les at chinet.chi.il.us



More information about the Comp.sys.att mailing list