projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f30bef9
)
*** empty log message ***
author
root
<root>
Thu, 12 Jan 2006 11:16:36 +0000
(11:16 +0000)
committer
root
<root>
Thu, 12 Jan 2006 11:16:36 +0000
(11:16 +0000)
src/perl/searchable-scrollback
patch
|
blob
|
history
diff --git
a/src/perl/searchable-scrollback
b/src/perl/searchable-scrollback
index 7004c9b121463ea7967a4d7c223f4ba0980bb903..dad36d98b55b3e791c06763945184e2dab748e5e 100644
(file)
--- a/
src/perl/searchable-scrollback
+++ b/
src/perl/searchable-scrollback
@@
-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
}