Procházet zdrojové kódy

Highest priority to desktop search, rename

master
Arun Prakash Jana před 6 roky
rodič
revize
f7c5a2924d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. +3
    -2
      nnn.c

+ 3
- 2
nnn.c Zobrazit soubor

@@ -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 */


Načítá se…
Zrušit
Uložit