diff options
author | Oskar <[email protected]> | 2023-11-07 23:17:08 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2023-11-07 23:17:08 +0100 |
commit | 5e239ad4ca0caf83d28da55609ccc3f2d2ed71ea (patch) | |
tree | f5691f785af4b167c9f324a5fc511fef9eadb4f1 | |
parent | e2965f7ea63a5426e018c4e8c7f557fcce4c69c0 (diff) |
readme updated
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,5 +3,7 @@ Its a crude and simple line editor. TODO: - Create a function to retrieve a line from file (DONE) It's called: GET_LINE(char filename[], long focus, char **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. +- Create edit mode to actually make edits to the file (DONE) +- Find and fix bugs +- Fix weird quirks that i did not think about +- clean up code |