Minimal low-level (nano-like) text editor that lets you work on files; build on and basing on termios and ANSI escape codes (ANSI control sequences)
Editor now has overtype and insert input modes (Insert mode ON by default, CTRL+T to change between the modes)
Project is still WIP
git clone https://github.com/at-eee/miniM.git
cd miniM
gcc ./src/main.c -o miniM.out
./miniM.out
Showcase of all the current editor options (mentioned in the status bar i.e: save, open new, open existing file, quit)
Showcase of the editor program adjusting accordingly to the new terminal window size

