Browse Source

Fix #511: chew ling strings at filter prompt

master
Arun Prakash Jana 5 years ago
parent
commit
46f17885ce
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      src/nnn.c

+ 2
- 6
src/nnn.c 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';


||||||
x
 
000:0
Loading…
Cancel
Save