--- rxvt-unicode/src/urxvt.pm 2022/12/09 05:06:46 1.271 +++ rxvt-unicode/src/urxvt.pm 2022/12/29 01:10:08 1.272 @@ -2023,13 +2023,13 @@ ) } -=item $text = $term->special_encode $string +=item $text = $term->special_encode ($string) Converts a perl string into the special encoding used by rxvt-unicode, where one character corresponds to one screen cell. See C<< $term->ROW_t >> for details. -=item $string = $term->special_decode $text +=item $string = $term->special_decode ($text) Converts rxvt-unicode's text representation into a perl string. See C<< $term->ROW_t >> for details.