summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-05-21 22:11:23 -0400
committerpommicket <pommicket@gmail.com>2023-05-21 22:11:23 -0400
commit37eb65550f164857ed27d2e07c48c8b80c4d15fc (patch)
tree7d5c67838c80d1b64ccae05968d008aa8201c858 /main.c
parent44413aca2385fceb7b6c74cb3e764271fdc077e7 (diff)
better undo chaining
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 64bf3ca..49d9663 100644
--- a/main.c
+++ b/main.c
@@ -2,7 +2,6 @@
FUTURE FEATURES:
- highlight TODO, FIXME, XXX, others(?) in comments
- autodetect indentation (tabs vs spaces)
-- better undo chaining (dechain on backspace?)
- font setting & support for multiple fonts to cover more characters
- support for variable-width fonts
- robust find (results shouldn't move around when you type things)