소스 검색

Fix build break

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

+ 1
- 1
README.md 파일 보기

@@ -29,7 +29,7 @@ It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.co
- Typically needs < 3.5MB resident memory
- Works with 8-bit colors
- Disk-IO sensitive (few disk reads and writes)
- No FPU usage (all integer calculations, even for file size)
- No FPU usage (all integer maths, even for file size)
- Minimizes screen refresh with fast line redraws
- Portable
- Minimal library deps, easily compilable, tiny binary


+ 0
- 1
src/nnn.c 파일 보기

@@ -4326,7 +4326,6 @@ static void draw_line(char *path, int ncols)
}

statusbar(path);
return;
}

static void redraw(char *path)


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