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.238 by root, Sun May 18 18:15:04 2014 UTC vs.
Revision 1.239 by sf-exg, Wed May 28 15:51:29 2014 UTC

1499to the locale-specific encoding using C<< $term->locale_encode >>. 1499to the locale-specific encoding using C<< $term->locale_encode >>.
1500 1500
1501=item $term->tt_write_user_input ($octets) 1501=item $term->tt_write_user_input ($octets)
1502 1502
1503Like C<tt_write>, but should be used when writing strings in response to 1503Like C<tt_write>, but should be used when writing strings in response to
1504the user pressing a key, to invokes the additional actions requested by 1504the user pressing a key, to invoke the additional actions requested by
1505the user for that case (C<tt_write> doesn't do that). 1505the user for that case (C<tt_write> doesn't do that).
1506 1506
1507The typical use case would be inside C<on_action> hooks. 1507The typical use case would be inside C<on_action> hooks.
1508 1508
1509=item $term->tt_paste ($octets) 1509=item $term->tt_paste ($octets)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines