소스 검색

Use uniform separator

master
Arun Prakash Jana 6 년 전
부모
커밋
b0c0cc72c4
No known key found for this signature in database 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,


불러오는 중...
취소
저장