Arun Prakash Jana 4年前
コミット
124666cb38
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      src/nnn.c

+ 5
- 1
src/nnn.c ファイルの表示

@@ -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 */


読み込み中…
キャンセル
保存