mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Let search for more unbreakable spaces. Refs #20
This commit is contained in:
parent
fbfbe4013c
commit
fd1ae61131
@ -77,9 +77,6 @@ add_srch_chr(struct document *document, UCHAR c, int x, int y, int nn)
|
||||
if (document->search) {
|
||||
int n = document->nsearch;
|
||||
|
||||
if (c == ' ' && document->search[n - 1].c == ' ')
|
||||
return;
|
||||
|
||||
document->search[n].c = c;
|
||||
document->search[n].x = x;
|
||||
document->search[n].y = y;
|
||||
|
Loading…
Reference in New Issue
Block a user