79513382

Date: 2025-03-16 23:37:39
Score: 2.5
Natty:
Report link

Not to put too fine a point on it, but the color 8 in PDCurses, by default, is the same as A_BLACK | A_BOLD (as a foreground color -- it'd be A_BLACK | A_BLINK as a background color). This goes back to the behavior of ancient PC video cards in text mode. You can decouple the colors from the A_BOLD attribute by calling "PDC_set_bold(TRUE)"; however, in that case, you still wouldn't get light black from the above code. Can you see why?

Reasons:
  • Blacklisted phrase (0.5): why?
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: William McBrine