From 5e239ad4ca0caf83d28da55609ccc3f2d2ed71ea Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 7 Nov 2023 23:17:08 +0100 Subject: readme updated --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index c4db2ba..d829982 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3