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.39 by sf-exg, Mon Jun 9 19:40:42 2014 UTC vs.
Revision 1.40 by sf-exg, Mon Jun 9 19:54:26 2014 UTC

40 || $self->x_resource ("%") 40 || $self->x_resource ("%")
41 || return; 41 || return;
42 42
43 $self->bind_action ($hotkey, "searchable-scrollback:start") # ugh 43 $self->bind_action ($hotkey, "searchable-scrollback:start") # ugh
44 or warn "unable to register '$hotkey' as scrollback search start hotkey\n"; 44 or warn "unable to register '$hotkey' as scrollback search start hotkey\n";
45
46 ()
47}
48
49sub on_user_command {
50 my ($self, $cmd) = @_;
51
52 $cmd eq "searchable-scrollback:start"
53 and $self->enter;
45 54
46 () 55 ()
47} 56}
48 57
49sub on_action { 58sub on_action {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines