From f7c5a2924d4fd5ebefca5fe54bceaf1c9cbaeb6e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 7 Jan 2018 03:27:09 +0530 Subject: [PATCH] Highest priority to desktop search, rename --- nnn.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nnn.c b/nnn.c index 59f7e5ca..f1422e33 100644 --- a/nnn.c +++ b/nnn.c @@ -983,12 +983,12 @@ filterentries(char *path) if (len == 1) cur = oldcur; // fallthrough case CONTROL('K'): // fallthrough + case CONTROL('_'): // fallthrough + case CONTROL('R'): // fallthrough case CONTROL('O'): // fallthrough case CONTROL('B'): // fallthrough case CONTROL('V'): // fallthrough - case CONTROL('R'): // fallthrough case CONTROL('X'): // fallthrough - case CONTROL('_'): // fallthrough case CONTROL('Q'): goto end; default: @@ -1512,6 +1512,7 @@ get_output(char *buf, size_t bytes, char *file, char *arg1, char *arg2, int page return ret; } + pid = fork(); if (pid == 0) { /* Show in pager in child */