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.271 by root, Fri Dec 9 05:06:46 2022 UTC vs.
Revision 1.272 by root, Thu Dec 29 01:10:08 2022 UTC

2021 $offset / $self->{ncol} + $self->{beg}, 2021 $offset / $self->{ncol} + $self->{beg},
2022 $offset % $self->{ncol} 2022 $offset % $self->{ncol}
2023 ) 2023 )
2024} 2024}
2025 2025
2026=item $text = $term->special_encode $string 2026=item $text = $term->special_encode ($string)
2027 2027
2028Converts a perl string into the special encoding used by rxvt-unicode, 2028Converts a perl string into the special encoding used by rxvt-unicode,
2029where one character corresponds to one screen cell. See 2029where one character corresponds to one screen cell. See
2030C<< $term->ROW_t >> for details. 2030C<< $term->ROW_t >> for details.
2031 2031
2032=item $string = $term->special_decode $text 2032=item $string = $term->special_decode ($text)
2033 2033
2034Converts rxvt-unicode's text representation into a perl string. See 2034Converts rxvt-unicode's text representation into a perl string. See
2035C<< $term->ROW_t >> for details. 2035C<< $term->ROW_t >> for details.
2036 2036
2037=item $success = $term->grab_button ($button, $modifiermask[, $window = $term->vt]) 2037=item $success = $term->grab_button ($button, $modifiermask[, $window = $term->vt])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines