I'm working on developing an editor in C for Linux in the fashion of the old MS-DOS edit.com.
Features (so far):
- Double screen buffer in memory for greater display control.
- ANSI functions for changing color output, hide cursor, box-like characters, etc.
- No Ncurses.
- Kbhit() so that I can loop without stopping the program (eg: display current time).
- Drop-down menus with a circular linked list.
You can find it on my Github Page. Screen caps: