diff options
author | Oskar <[email protected]> | 2023-11-11 23:28:03 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2023-11-11 23:28:03 +0100 |
commit | 6a6a4adf561d4a3a35df2fc5517dc4d253006809 (patch) | |
tree | bc52646d5bcf6b35b13a5a5f44ad58dd8856ac19 /README | |
parent | fee7cad3e72faadd1920e0725081ce5c517a16c6 (diff) |
readme update
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ 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 (DONE) -- Find and fix bugs +- Find and fix bugs. Fixed one bug in write_line() function. (btw this was written with 7ed!!!) - Fix weird quirks that i did not think about - clean up code |