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