From a95019dfe0b64ed01051f2f059af7d7756d0dcdb Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 14 Aug 2019 07:59:53 +0100 Subject: add parallelogram mode --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3