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.69 by root, Mon Jan 9 22:41:41 2006 UTC vs.
Revision 1.70 by root, Mon Jan 9 23:00:07 2006 UTC

941 941
942=item $string = $term->locale_decode ($octets) 942=item $string = $term->locale_decode ($octets)
943 943
944Convert the given locale-encoded octets into a perl string. 944Convert the given locale-encoded octets into a perl string.
945 945
946=item $term->scr_xor_span ($beg_row, $beg_col, $end_row, $end_col[, $rstyle])
947
948XORs the rendition values in the given span with the provided value
949(default: C<RS_RVid>). Useful in refresh hooks to provide effects similar
950to the selection.
951
952=item $term->scr_xor_rect ($beg_row, $beg_col, $end_row, $end_col[, $rstyle1[, $rstyle2]])
953
954Similar to C<scr_xor_span>, but xors a rectangle instead. Trailing
955whitespace will additionally be xored with the C<$rstyle2>, which defaults
956to C<RS_RVid | RS_Uline>, which removes reverse video again and underlines
957it instead.
958
946=item $term->scr_bell 959=item $term->scr_bell
947 960
948Ring the bell! 961Ring the bell!
949 962
950=item $term->scr_add_lines ($string) 963=item $term->scr_add_lines ($string)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines