From 1991bb516f08659001c87a86c0695fd155c36dbb Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 9 Dec 2019 23:52:05 +0530 Subject: [PATCH] Update light/detail print mode when loading session --- src/nnn.c | 1 + 1 file changed, 1 insertion(+) 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: