My mistake on simplifying this. You've obviously dug in quite a bit here ...

As a first course of action I'd still see if it's a terminal/driver limitation or a bug in curses; i.e., get into a mode on the terminal that allows you to type in escape sequences. When I used to do this stuff we wrote a small program for this that set the terminal to raw mode and recognized a 'QUIT' sequence to get back to the shell. That allowed us to try out the documented sequences. As you probably already know, what's documented doesn't always work. At one point we had three configurations for 3 different SCO xterm consoles because they kept introducing new bugs with each driver ... but I digress. Get to this sort of mode, set the background to true white, then try setting foreground colors and see if they work. That should show you if this is a terminal/driver issue or a curses issue.


In reply to Re: Re: Re: Color on TrueWhite in Curses - Redux by steves
in thread Color on TrueWhite in Curses - Redux by dvergin

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.