A wicked fast command-line text editor written in pure C.
brew install cmake ncursessudo apt install cmake ncursessudo dnf install cmake ncursesmkdir build
cd build
cmake ..
make installzash /path/to/my/file.txt- Handle character deletions correctly
- Handle character insertions correctly
- Add status area
- Make main loop more efficient
- Scroll lines if window length exceeded
- Scroll columns if window width exceeded
