summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOskar <[email protected]>2023-10-26 16:08:39 +0200
committerOskar <[email protected]>2023-10-26 16:08:39 +0200
commitb192136b7672886b03f509993825915132c16fc6 (patch)
treea73aace5057cafac3fa73e0ec98f851610762efe /README
parent45795ba6e39027982e215d1ea4c37ad67c987c04 (diff)
updated README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index e69de29..2345b86 100644
--- a/README
+++ b/README
@@ -0,0 +1,7 @@
+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 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.