summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 579ff78..d7e1535 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,7 @@
+ optimize redraws (redraw only the modified rectangle)
-- fir bug in reading commands from files
+- fix bug in visual crop
+- fix bug in reading commands from files
- add screen geometry option (-g 25x80?)
-- read file at point
- - read output of command (!)
- maybe move "text" mode to "t"
- implement ellipse
- (?) filled box (B)
@@ -17,6 +16,8 @@
- allow scrolling (both vertical and horizontal)
- catch SIGWINCH and react appropriately (after scrolling is
enabled)
+* read file at point
+ * read output of command (!)
* fix bug with 'g' commands in arrow mode
* undo (by storing lines changed across insert/remove operations)
* re-organise undo-ring management