summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 71689fc..4b893ea 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
+ optimize redraws (redraw only the modified rectangle)
++ undo (by storing lines changed across insert/remove operations)
- fix bug with 'g' commands in arrow mode
- add screen geometry option (-g 25x80?)
- read file at point
@@ -18,7 +19,6 @@
* yank
* fill
* cut
-- undo (by storing lines changed across insert/remove operations)
- manage special chars (DEL/CANC) during text insert
(also do not print unmanaged chars!)
- allow scrolling (both vertical and horizontal)