diff options
author | Oskar <[email protected]> | 2023-10-27 23:12:12 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2023-10-27 23:12:12 +0200 |
commit | 6e381ded456981842994cce8a205bf4259ff95c8 (patch) | |
tree | 6ee53eabd2ddc8497ac02e61034cb5cd42266b4e | |
parent | 2815c44224cdb99695248faadce10b1737f7c766 (diff) |
update README
-rwxr-xr-x | 7ed | bin | 26344 -> 0 bytes | |||
-rw-r--r-- | README | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ @@ -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. |