ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/searchable-scrollback
(Generate patch)

Comparing rxvt-unicode/src/perl/searchable-scrollback (file contents):
Revision 1.20 by root, Sun Jan 15 06:02:41 2006 UTC vs.
Revision 1.21 by root, Wed Jan 25 15:33:43 2006 UTC

13 or warn "unable to register '$hotkey' as scrollback search start hotkey\n"; 13 or warn "unable to register '$hotkey' as scrollback search start hotkey\n";
14 14
15 () 15 ()
16} 16}
17 17
18sub on_keyboard_command { 18sub on_user_command {
19 my ($self, $cmd) = @_; 19 my ($self, $cmd) = @_;
20 20
21 $cmd eq "searchable-scrollback:start" 21 $cmd eq "searchable-scrollback:start"
22 and $self->enter; 22 and $self->enter;
23 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines