diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-12 23:33:42 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-12 23:33:42 +0530 |
commit | 917123c40099c734a7bd2e68896d17d30baf3f10 (patch) | |
tree | 2e5e402ac1e35dcabd9cba6def47192571d320bb /README.md | |
parent | 7948db6a6417dce7506b935708f621bce07b7201 (diff) | |
download | nnn-917123c40099c734a7bd2e68896d17d30baf3f10.tar.gz |
Minor changes to fast redraw
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.co - Works with 8-bit colors - Disk-IO sensitive (few disk reads and writes) - No FPU usage (all integer calculations, even for file size) + - Minimizes screen refresh with fast line redraws - Portable - Minimal library deps, easily compilable, tiny binary - No config file, minimal config with sensible defaults |