blob: 2345b8665db9887c958f17acb35e90e7d222a224 (
plain)
1
2
3
4
5
6
7
|
This is my take on a so called "Line editor"
Its a crude and simple line editor.
TODO:
- Create print_7ed() to print the focused line
- Create edit mode to actually make edits to the file
- Create write mode to write changes. Might remove writemode.c and implement it within the edit mode file.
|