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.27 by root, Wed Jun 6 15:06:41 2012 UTC vs.
Revision 1.28 by root, Sun Jun 10 13:58:06 2012 UTC

6 6
7sub on_init { 7sub on_init {
8 my ($self) = @_; 8 my ($self) = @_;
9 9
10 my $hotkey = $self->{argv}[0] 10 my $hotkey = $self->{argv}[0]
11 || $self->x_resource ("searchable-scrollback") 11 || $self->x_resource ("%")
12 || "M-s"; 12 || "M-s";
13 13
14 $self->parse_keysym ($hotkey, "perl:searchable-scrollback:start") 14 $self->parse_keysym ($hotkey, "perl:searchable-scrollback:start")
15 or warn "unable to register '$hotkey' as scrollback search start hotkey\n"; 15 or warn "unable to register '$hotkey' as scrollback search start hotkey\n";
16 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines