update TODO - gramscii - A simple editor for ASCII box-and-arrow charts | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit bc374cf1226f687f16367ec4e19d82390cb5ae58 | |
parent 0c0e806e433057096f50d1e2ce11111a3d52d87a | |
Author: KatolaZ <[email protected]> | |
Date: Fri, 9 Aug 2019 07:32:42 +0100 | |
update TODO | |
Diffstat: | |
M TODO | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -1,5 +1,4 @@ | |
+ optimize redraws (redraw only the modified rectangle) | |
-- fix bug in visual crop | |
- fix bug in reading commands from files | |
- add screen geometry option (-g 25x80?) | |
- maybe move "text" mode to "t" | |
@@ -16,6 +15,7 @@ | |
- allow scrolling (both vertical and horizontal) | |
- catch SIGWINCH and react appropriately (after scrolling is | |
enabled) | |
+* fix bug in visual crop | |
* read file at point | |
* read output of command (!) | |
* fix bug with 'g' commands in arrow mode |