ソースを参照

Use uniform separator

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

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

@@ -3370,7 +3370,7 @@ static void redraw(char *path)
base = unescape(pent->name, NAME_MAX, NULL);

/* Timestamp */
strftime(buf, 18, "%Y/%b/%d %R", localtime(&pent->t));
strftime(buf, 18, "%Y-%b-%d %R", localtime(&pent->t));

mvprintw(lastln, 0, "%d/%d (%d) %s%s%s %s %s %s [%s]",
cur + 1, ndents, nselected, selmode, sort, buf,


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