mirror of
https://github.com/jarun/nnn.git
synced 2024-12-01 02:49:44 +00:00
Fix #511
This commit is contained in:
parent
e1ed4c62c5
commit
cee24984bc
11
src/nnn.c
11
src/nnn.c
|
@ -2619,14 +2619,15 @@ static int filterentries(char *path, char *lastname)
|
||||||
showfilter(ln);
|
showfilter(ln);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* Reset cur in case it's a repeat search */
|
/* Reset cur in case it's a repeat search */
|
||||||
if (len == 1)
|
|
||||||
cur = 0;
|
cur = 0;
|
||||||
|
} else if (len == REGEX_MAX - 1) {
|
||||||
if (len == REGEX_MAX - 1)
|
printmsg(messages[MSG_LIMIT]);
|
||||||
|
xdelay(XDELAY_INTERVAL_MS);
|
||||||
|
*ch = MSGWAIT;
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
wln[len] = (wchar_t)*ch;
|
wln[len] = (wchar_t)*ch;
|
||||||
wln[++len] = '\0';
|
wln[++len] = '\0';
|
||||||
|
|
Loading…
Reference in a new issue