From 6e381ded456981842994cce8a205bf4259ff95c8 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 27 Oct 2023 23:12:12 +0200 Subject: update README --- 7ed | Bin 26344 -> 0 bytes README | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100755 7ed diff --git a/7ed b/7ed deleted file mode 100755 index 3f46e1a..0000000 Binary files a/7ed and /dev/null differ 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. -- cgit v1.2.3