Arun Prakash Jana 4 vuotta sitten
vanhempi
commit
124666cb38
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. +5
    -1
      src/nnn.c

+ 5
- 1
src/nnn.c Näytä tiedosto

@@ -3391,7 +3391,11 @@ static void savecurctx(settings *curcfg, char *path, char *curname, int r /* nex
bool selmode = cfg.selmode ? TRUE : FALSE;

/* Save current context */
xstrsncpy(g_ctx[cfg.curctx].c_name, curname, NAME_MAX + 1);
if (ndents)
xstrsncpy(g_ctx[cfg.curctx].c_name, curname, NAME_MAX + 1);
else
g_ctx[cfg.curctx].c_name[0] = '\0';

g_ctx[cfg.curctx].c_cfg = cfg;

if (ctxr->c_cfg.ctxactive) { /* Switch to saved context */


||||||
x
 
000:0
Loading…
Peruuta
Tallenna