Christian W. Zuckschwerdt <[EMAIL PROTECTED]> typed:
:I've played around with character attributes (colours) and noticed that
:the escape-sequences for colours 8 to 15 are missing.
:A quick patch solved this.
Added in (except I haven't done the docs yet)
:But there is a quirk which needs to be
:discussed.
:rxvt-2.7.5/src/screen.c line 642-645 reads:
: else if (color >= minBrightCOLOR && color <= maxBrightCOLOR) {
: if (r->h->rstyle & Intensity)
: return;
: color -= (minBrightCOLOR - minCOLOR);
The method for setting bright colours was rather dubious.
I've just changed it to decouple bold/blink attributes from directly
setting the stored colour. Those attributes now only affect the
retrieval of the stored colour.
Regards,
--
Geoff Wing : <[EMAIL PROTECTED]>
Rxvt Stuff : <[EMAIL PROTECTED]>
Zsh Stuff : <[EMAIL PROTECTED]>