Fix #511: chew ling strings at filter prompt

This commit is contained in:
Arun Prakash Jana 2020-04-06 21:37:36 +05:30
parent cee24984bc
commit 46f17885ce
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 6 deletions

View File

@ -2622,12 +2622,8 @@ static int filterentries(char *path, char *lastname)
/* Reset cur in case it's a repeat search */
cur = 0;
} else if (len == REGEX_MAX - 1) {
printmsg(messages[MSG_LIMIT]);
xdelay(XDELAY_INTERVAL_MS);
*ch = MSGWAIT;
break;
}
} else if (len == REGEX_MAX - 1)
continue;
wln[len] = (wchar_t)*ch;
wln[++len] = '\0';