aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1921ba0..074dbc5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-# red
+# rayedit
-R-editor
+Started as exam-period procrastination with raylib, gradually became
+something resembling a text editor. Not sure how far it'll go.
## How to build & use
@@ -11,13 +12,13 @@ R-editor
3. `./red <file>`
4. Ctrl+s to save
+## Something implemented
+
+- mmap-based fast loading and rendering
+- lazy allocation when modifying each line
+
## Something not implemented (yet)
- Scroll
- Handling when the cursor goes off the screen because a line is too
long
-
-## Something implemented
-
-- mmap-based fast loading and rendering
-- lazy allocation when modifying each line