The One Line Text Editor
Description: A one one line text editor written in C.
Project Portal: https://sourceforge.net/projects/thetexteditor/

Design
A quick text editor i created using the C programming language. It uses one double linked list to store characters, respectively these are displayed in a sequence on the console line. There is a cursor indicator which traverses through the double linked list using the program commands. Finally there is a deletion command to delete a node from the list.