summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2023-11-11 23:28:03 +0100
committerOskar <[email protected]>2023-11-11 23:28:03 +0100
commit6a6a4adf561d4a3a35df2fc5517dc4d253006809 (patch)
treebc52646d5bcf6b35b13a5a5f44ad58dd8856ac19
parentfee7cad3e72faadd1920e0725081ce5c517a16c6 (diff)
readme update
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d829982..5f4e6fe 100644
--- a/README
+++ b/README
@@ -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