Procházet zdrojové kódy

Use simpler descriptions

master
Arun Prakash Jana před 7 roky
rodič
revize
28f303699c
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 3 odebrání
  1. +3
    -3
      nnn.c

+ 3
- 3
nnn.c Zobrazit soubor

@@ -300,12 +300,12 @@ static char * const utils[] = {

static const char messages[][16] =
{
"nftw(3) failed",
"nftw failed",
"already at /",
"HOME not set",
"no traversal",
"invalid key",
"set copy method",
"copy not set",
"%F %T %z",
};

@@ -743,7 +743,7 @@ spawn(const char *file, const char *arg1, const char *arg2, const char *dir, uch
/* Show a marker (to indicate nnn spawned shell) */
if (flag & F_MARKER && shlvl != NULL) {
printf("\n +-++-++-+\n | n n n |\n +-++-++-+\n\n");
printf("Spawned shell level: %d\n", atoi(shlvl) + 1);
printf("Next shell level: %d\n", atoi(shlvl) + 1);
}

/* Suppress stdout and stderr */


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