--- rxvt-unicode/src/urxvt.pm 2006/01/03 02:01:27 1.18 +++ rxvt-unicode/src/urxvt.pm 2006/01/03 02:42:17 1.19 @@ -220,8 +220,8 @@ =item $rendbit = urxvt::RS_Bold, RS_Italic, RS_Blink, RS_RVid, RS_Uline Return the bit that enabled bold, italic, blink, reverse-video and -underline, respectively. To enable such a style, just or it onto the -bitset. +underline, respectively. To enable such a style, just logically OR it into +the bitset. =item $foreground = urxvt::GET_BASEFG $rend @@ -236,6 +236,16 @@ Replace the foreground/background colour in the rendition mask with the specified one. +=item $value = urxvt::GET_CUSTOM ($rend) + +Return the "custom" value: Every rendition has 5 bits for use by +extensions. They can be set and changed as you like and are initially +zero. + +=item $rend = urxvt::SET_CUSTOM ($rend, $new_value) + +Change the custom value. + =back =cut