diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-14 07:59:53 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-14 07:59:53 +0100 |
commit | a95019dfe0b64ed01051f2f059af7d7756d0dcdb (patch) | |
tree | 6bdf12f44cdbfa116ff0320e31d4afb37e0b317a /TODO | |
parent | 257ec5d56fbe0ac65b04ae10bf36dd14e86c95a5 (diff) |
add parallelogram mode
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 |