- Minimizes screen refresh with fast line redraws
- Tiny binary (typically less than 100KB)
- Portable
+ - Statically-linked binary available
- Language-agnostic plugins
- Minimal library deps, easy to compile
- Compile in/out features with make variables
## Installation
+No permission to install packages? Get the statically linked binary from the latest release.
+
#### Library dependencies
A curses library with wide char support (e.g. ncursesw), libreadline (optional) and standard libc.