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.5 by root, Mon Jan 9 23:18:49 2006 UTC vs.
Revision 1.6 by root, Mon Jan 9 23:19:34 2006 UTC

142 } elsif ($string eq "G") { 142 } elsif ($string eq "G") {
143 $self->view_start (0); 143 $self->view_start (0);
144 } elsif ($string eq "n") { 144 } elsif ($string eq "n") {
145 $self->search (-1); 145 $self->search (-1);
146 $self->idle; 146 $self->idle;
147 } elsif ($string eq "p") { 147 } elsif ($string eq "p" or $string eq "N") {
148 # TODO 148 # TODO
149 } elsif ($string ne "") { 149 } elsif ($string ne "") {
150 $self->scr_bell; 150 $self->scr_bell;
151 } 151 }
152 } 152 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines