summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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