[comp.lang.pascal] SOLUTION: It would be convenient to have a TP UNDERLINE string

J_SCHULL@acc.haverford.edu (Jonathan Schull) (09/06/90)

Thanks to everyone for the help.

I get underlining on an IBM monochrome monitor, on a herc card,
and on a multi-synch VGA emulating herc by setting
   TextColor(9); TextBackground(0);
                   or
   TextColor(1); TextBackground(0);


In color modes, 9|0 yields light blue on black,
                1:0 yields dark blue on black.

No other combination consistently gives underlining on the
monochromes listed above.

But this is what I needed, so thanks again.