summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2345b86..c4db2ba 100644
--- a/README
+++ b/README
@@ -2,6 +2,6 @@ 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 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.