ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/urxvt.pm
(Generate patch)

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.18 by root, Tue Jan 3 02:01:27 2006 UTC vs.
Revision 1.19 by root, Tue Jan 3 02:42:17 2006 UTC

218Return the rendition mask used for overlays by default. 218Return the rendition mask used for overlays by default.
219 219
220=item $rendbit = urxvt::RS_Bold, RS_Italic, RS_Blink, RS_RVid, RS_Uline 220=item $rendbit = urxvt::RS_Bold, RS_Italic, RS_Blink, RS_RVid, RS_Uline
221 221
222Return the bit that enabled bold, italic, blink, reverse-video and 222Return the bit that enabled bold, italic, blink, reverse-video and
223underline, respectively. To enable such a style, just or it onto the 223underline, respectively. To enable such a style, just logically OR it into
224bitset. 224the bitset.
225 225
226=item $foreground = urxvt::GET_BASEFG $rend 226=item $foreground = urxvt::GET_BASEFG $rend
227 227
228=item $background = urxvt::GET_BASEBG $rend 228=item $background = urxvt::GET_BASEBG $rend
229 229
233 233
234=item $rend = urxvt::SET_BGCOLOR ($rend, $new_colour) 234=item $rend = urxvt::SET_BGCOLOR ($rend, $new_colour)
235 235
236Replace the foreground/background colour in the rendition mask with the 236Replace the foreground/background colour in the rendition mask with the
237specified one. 237specified one.
238
239=item $value = urxvt::GET_CUSTOM ($rend)
240
241Return the "custom" value: Every rendition has 5 bits for use by
242extensions. They can be set and changed as you like and are initially
243zero.
244
245=item $rend = urxvt::SET_CUSTOM ($rend, $new_value)
246
247Change the custom value.
238 248
239=back 249=back
240 250
241=cut 251=cut
242 252

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines