Warning
Currently, only supports linux. Not tested in Windows.
- Fix text horizontal overflow bugs
- Fix general bugs and random segfaults
- Implement \t handeling *
- Add more vim keybindings
- UI*
- -> Important
- Open, edit and save files
- Open a new file and start editing
- Line overflow handeling
- Row overflow handeling
- Minimal reliance on terminal escape sequnce (Deletion, movement, etc is implemented, uses terminal escape sequence to change position of cursor)
git clone <this_repo>
make
for build with no debug info- or
make debug
for build with debug info > ./ronto -n
for scratch buffer> ./ronto -f <file_name>
to open/create fileC-q
to quit,C-s
to save