I am trying to create a basic text editor in C. This editor works with linux terminal, uses termios.h for that and no external libraries.
Primary LanguageC