Explorar el Código

Update light/detail print mode when loading session

master
Arun Prakash Jana hace 5 años
padre
commit
1991bb516f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar