Highest priority to desktop search, rename

This commit is contained in:
Arun Prakash Jana 2018-01-07 03:27:09 +05:30
parent 2e7722976b
commit f7c5a2924d
No known key found for this signature in database
GPG key ID: A75979F35C080412

5
nnn.c
View file

@ -983,12 +983,12 @@ filterentries(char *path)
if (len == 1) if (len == 1)
cur = oldcur; // fallthrough cur = oldcur; // fallthrough
case CONTROL('K'): // fallthrough case CONTROL('K'): // fallthrough
case CONTROL('_'): // fallthrough
case CONTROL('R'): // fallthrough
case CONTROL('O'): // fallthrough case CONTROL('O'): // fallthrough
case CONTROL('B'): // fallthrough case CONTROL('B'): // fallthrough
case CONTROL('V'): // fallthrough case CONTROL('V'): // fallthrough
case CONTROL('R'): // fallthrough
case CONTROL('X'): // fallthrough case CONTROL('X'): // fallthrough
case CONTROL('_'): // fallthrough
case CONTROL('Q'): case CONTROL('Q'):
goto end; goto end;
default: default:
@ -1512,6 +1512,7 @@ get_output(char *buf, size_t bytes, char *file, char *arg1, char *arg2, int page
return ret; return ret;
} }
pid = fork(); pid = fork();
if (pid == 0) { if (pid == 0) {
/* Show in pager in child */ /* Show in pager in child */