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.268 by root, Sat Jul 24 13:07:56 2021 UTC vs.
Revision 1.269 by root, Sun Nov 21 15:15:02 2021 UTC

1625Returns the number of screen-cells this string would need. Correctly 1625Returns the number of screen-cells this string would need. Correctly
1626accounts for wide and combining characters. 1626accounts for wide and combining characters.
1627 1627
1628=item $octets = $term->locale_encode ($string) 1628=item $octets = $term->locale_encode ($string)
1629 1629
1630Convert the given text string into the corresponding locale encoding. 1630Convert the given text string into the corresponding locale
1631encoding. Returns C<undef> if C<$string> is C<undef>.
1631 1632
1632=item $string = $term->locale_decode ($octets) 1633=item $string = $term->locale_decode ($octets)
1633 1634
1634Convert the given locale-encoded octets into a perl string. 1635Convert the given locale-encoded octets into a perl string. Returns
1636C<undef> if C<$octets> is C<undef>.
1635 1637
1636=item $term->scr_xor_span ($beg_row, $beg_col, $end_row, $end_col[, $rstyle]) 1638=item $term->scr_xor_span ($beg_row, $beg_col, $end_row, $end_col[, $rstyle])
1637 1639
1638XORs the rendition values in the given span with the provided value 1640XORs the rendition values in the given span with the provided value
1639(default: C<RS_RVid>), which I<MUST NOT> contain font styles. Useful in 1641(default: C<RS_RVid>), which I<MUST NOT> contain font styles. Useful in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines