summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-16 19:36:20 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-16 19:36:20 +0100
commit02c54fe6f289901f5b356ca98a81dec78fef4f36 (patch)
tree506c43e08f4dc34ce92cb41af6539f6e73cdf68e /TODO
parent0940cd06c4a36b4794c48ebc703559caf7d53c53 (diff)
add support for comments
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 48e2395..1375028 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
+ 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"
- implement ellipse
@@ -14,6 +13,7 @@
- allow scrolling (both vertical and horizontal)
- catch SIGWINCH and react appropriately (after scrolling is
enabled)
+* implement comment (#: ignore everything until the end of the line)
* implement parallelogram mode (z/Z)
* fix bug in reading commands from files
* fix bug in visual crop