From: Arun Prakash Jana Date: Mon, 9 Dec 2019 18:22:05 +0000 (+0530) Subject: Update light/detail print mode when loading session X-Git-Tag: v2.9~194 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1991bb516f08659001c87a86c0695fd155c36dbb;p=nnn.git Update light/detail print mode when loading session --- diff --git a/src/nnn.c b/src/nnn.c index ebcf6b17..90463a37 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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: