*** empty log message ***
authorroot <root>
Thu, 12 Jan 2006 11:16:36 +0000 (11:16 +0000)
committerroot <root>
Thu, 12 Jan 2006 11:16:36 +0000 (11:16 +0000)
src/perl/searchable-scrollback

index 7004c9b121463ea7967a4d7c223f4ba0980bb903..dad36d98b55b3e791c06763945184e2dab748e5e 100644 (file)
@@ -147,7 +147,7 @@ sub key_press {
       substr $self->{search}, -1, 1, "";
       $self->search;
       $self->idle;
-   } elsif ($string =~ /^[^\x00-\x1f\x80-\xaf]+$/) {
+   } elsif ($string !~ /[\x00-\x1f\x80-\xaf]/) {
       return; # pass to tt_write
    }