1
0
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:
Witold Filipczyk 2018-04-07 11:43:28 +02:00
parent fbfbe4013c
commit fd1ae61131

View File

@ -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;