summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-14 07:59:53 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-14 07:59:53 +0100
commita95019dfe0b64ed01051f2f059af7d7756d0dcdb (patch)
tree6bdf12f44cdbfa116ff0320e31d4afb37e0b317a /TODO
parent257ec5d56fbe0ac65b04ae10bf36dd14e86c95a5 (diff)
add parallelogram mode
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 54225d6..48e2395 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,10 @@
+ optimize redraws (redraw only the modified rectangle)
+- implement comment (#: ignore everything until the end of the line)
- add screen geometry option (-g 25x80?)
-- maybe move "text" mode to "t"
+- (?)maybe move "text" mode to "t"
- implement ellipse
- (?) filled box (B)
- (?) manage filled box character (as for other styles)
-- implement comment (#: ignore until the end of the line)
+ parse control characters
+ parse arrows (text-mode will allow movements as well)
- (?) implement CTRL+G as abort (aside ESC)
@@ -14,6 +14,7 @@
- allow scrolling (both vertical and horizontal)
- catch SIGWINCH and react appropriately (after scrolling is
enabled)
+* implement parallelogram mode (z/Z)
* fix bug in reading commands from files
* fix bug in visual crop
* read file at point