droppings when urxvt viewed the scrollback buffer.
- use current rendition style in DCH sequence.
- the 132/80 mode switch no longer forces a screen reset.
+ - add an osc sequence to change the border colour (Emanuele Giaquinta).
- new perl extension "overlay-osc", for status displays and the like.
- fix some minor cursor drawing issues with overlays by allowing
overlays to modify screen flags (to disable the cursor themselves).
B<< C<Ps = 705> >> Change background pixmap tint colour to B<< C<Pt> >> (Compile transparency).
B<< C<Ps = 706> >> Change colour of bold characters to B<< C<Pt> >>
B<< C<Ps = 707> >> Change colour of underlined characters to B<< C<Pt> >>
+ B<< C<Ps = 708> >> Change colour of the border to B<< C<Pt> >>
B<< C<Ps = 710> >> Set normal fontset to B<< C<Pt> >>. Same as C<Ps = 50>.
B<< C<Ps = 711> >> Set bold fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles).
B<< C<Ps = 712> >> Set italic fontset to B<< C<Pt> >>. Similar to C<Ps = 50> (Compile styles).
process_color_seq (op, Color_IT, str, resp);
break;
#endif
+ case URxvt_Color_border:
+ process_color_seq (op, Color_border, str, resp);
+ break;
#if ENABLE_TRANSPARENCY
case URxvt_Color_tint:
process_color_seq (op, Color_tint, str, resp);
URxvt_Color_tint = 705, // change actual tint colour
URxvt_Color_BD = 706, // change actual 'Bold' color
URxvt_Color_UL = 707, // change actual 'Underline' color
+ URxvt_Color_border = 708,
URxvt_font = 710,
URxvt_boldFont = 711,