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.42 by root, Fri Dec 26 18:58:19 2014 UTC vs.
Revision 1.43 by root, Fri Dec 26 19:19:30 2014 UTC

37 # only for backwards compatibility 37 # only for backwards compatibility
38 my $hotkey = $self->{argv}[0] 38 my $hotkey = $self->{argv}[0]
39 || $self->x_resource ("%") 39 || $self->x_resource ("%")
40 || "M-s"; 40 || "M-s";
41 41
42 $self->bind_action ($hotkey, "searchable-scrollback:start") 42 $self->bind_action ($hotkey, "%:start")
43 or warn "unable to register '$hotkey' as scrollback search start hotkey\n"; 43 or warn "unable to register '$hotkey' as scrollback search start hotkey\n";
44 44
45 () 45 ()
46} 46}
47 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines