summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOskar <[email protected]>2023-11-19 22:58:00 +0100
committerOskar <[email protected]>2023-11-19 22:58:00 +0100
commit5f973bc0b3a0d1ddbb33cc83c74ad6fa39688a9a (patch)
treedd0fce16458344249b901513d650d652ecdb0e42 /README
parentc79c2b6b2aa7b8d259044bc9f90c0eee16a9bc0a (diff)
minor fixes, changed some variables and stuff
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 5f4e6fe..6f0a4b5 100644
--- a/README
+++ b/README
@@ -5,5 +5,9 @@ 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. 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
+- Create functionality to actually add new lines. You cant actually add a line on the end of the file. You also cant just add a line and move everything under it one line down. I will get to fixing that though.
+
+
+
+
+