Update light/detail print mode when loading session

This commit is contained in:
Arun Prakash Jana 2019-12-09 23:52:05 +05:30
parent bc025ceb5a
commit 1991bb516f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

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