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.33 by root, Sat May 17 15:25:04 2014 UTC vs.
Revision 1.34 by root, Sat May 17 17:12:29 2014 UTC

36 my ($self) = @_; 36 my ($self) = @_;
37 37
38 # only for backwards compatibility 38 # only for backwards compatibility
39 my $hotkey = $self->{argv}[0] 39 my $hotkey = $self->{argv}[0]
40 || $self->x_resource ("%") 40 || $self->x_resource ("%")
41 || "M-s"; 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 45
46 () 46 ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines