eval (rxvt-unicode-9.26.tar.bz2) | : | eval (rxvt-unicode-9.29.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
Add support for evaluating arbitrary perl code using actions in keysym | Add support for evaluating arbitrary perl code using actions in keysym | |||
resources. If a keysym I<action> takes the form C<eval:STRING>, the | resources. If a keysym I<action> takes the form C<eval:STRING>, the | |||
specified B<STRING> is evaluated as a Perl expression. While the full | specified B<STRING> is evaluated as a Perl expression. While the full | |||
urxvt API is available, the following methods are also provided for | urxvt API is available, the following methods are also provided for | |||
users' convenience, as they implement basic actions: | users' convenience, as they implement basic actions: | |||
=cut | =cut | |||
our ($self); | our ($self); | |||
=over 4 | =over | |||
=item scroll_up $count | =item scroll_up $count | |||
=item scroll_up_pages $count | =item scroll_up_pages $count | |||
=item scroll_down $count | =item scroll_down $count | |||
=item scroll_down_pages $count | =item scroll_down_pages $count | |||
Scroll up or down by C<$count> lines or pages. | Scroll up or down by C<$count> lines or pages. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |