Arun Prakash Jana 4 년 전
부모
커밋
135172a1c6
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. +2
    -8
      src/nnn.c

+ 2
- 8
src/nnn.c 파일 보기

@@ -4928,17 +4928,14 @@ static void redraw(char *path)
return draw_line(path, ncols);
}

/* Clear first line */
move(0, 0);
clrtoeol();
/* Clear screen */
erase();

/* Enforce scroll/cursor invariants */
move_cursor(cur, 1);

/* Fail redraw if < than 10 columns, context info prints 10 chars */
if (ncols < MIN_DISPLAY_COLS) {
/* Clear from last entry to end */
clrtobot();
printmsg(messages[MSG_FEW_COLUMNS]);
return;
}
@@ -5008,9 +5005,6 @@ static void redraw(char *path)
cfg.dircolor = 0;
}

/* Clear from last entry to end */
clrtobot();

statusbar(path);
}



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