diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |