summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-21 00:11:03 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-21 00:11:03 +0100
commit4cb5948229fea24c9a2eb3413d6dbe53613bada7 (patch)
tree58f2525b70e1f92916c245bca824c199064e2282 /TODO
parent2e1d9e58798f35b1861862d5dcff8088aab4edea (diff)
style change in box and arrow modes + fix manpage
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 12 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0f4dc1c..eb18bd3 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,17 @@
+ optimize redraws (i.e., avoid to redraw if possible)
-- (?) change cursor shape according to action
+- move configs in config.h
+- add Makefile
- auto-arrow 'A' (automatic end-char)
- change screen management (i.e., use an array of lines)
- read file at point
+- parse control characters
+ - parse arrows (text-mode will allow movements as well)
+- implement CTRL+G as abort (aside ESC)
+- change "g" command:
+ - g-g (goto top-left)
+ - g-G (goto bottom-right)
+ - g-m (goto middle)
+ - g-[hjkl] (goto leftmost, bottom, top, rightmost)
+ visual selection
- crop
- yank/put
@@ -13,6 +22,8 @@
(also do not print unmanaged chars!)
- get screen geometry
- allow scrolling (both vertical and horizontal)
+* move style commands in a separate function
+ (and allow style change in all the modes...)
* add "vis" (for visual) in mode strings
* implement "." to reset styles to defaults.
* load from file