Przeglądaj źródła

Update light/detail print mode when loading session

master
Arun Prakash Jana 5 lat temu
rodzic
commit
1991bb516f
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c Wyświetl plik

@@ -2961,6 +2961,7 @@ static bool load_session(const char *sname, char **path, char **lastdir, char **
*path = g_ctx[cfg.curctx].c_path;
*lastdir = g_ctx[cfg.curctx].c_last;
*lastname = g_ctx[cfg.curctx].c_name;
printptr = cfg.showdetail ? &printent_long : &printent;
status = TRUE;

END:


Ładowanie…
Anuluj
Zapisz