C-EDIT Project is a C language text editor for Linux similar to MSDOS EDIT, without using Ncurses. It functions well with Termux but the author warns against editing important files with it. The project can be supported via Bitcoin donation or contact at [email protected]. Surprisingly, it features a dynamic buffer with a vector of lines, history dating back to 2018, and recent enhancements. The installation process involves downloading or cloning the repository and executing specific commands. Features include a simple double screen buffer, text user interface, automatic display resizing, open file dialog with scroll capabilities, rudimentary syntax highlighting, and more. To-do tasks include cleaning up code, adding functionality like home/end keys and scroll bars, and completing menus.
https://github.com/velorek1/C-edit