summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-22 15:34:03 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-22 15:34:03 +0100
commit0325743daff41b74466fb198eee5774d0c2ac004 (patch)
tree0cf6f3da248f2f13af8e02d7cc5e75471b3713ea /TODO
parent0c2294582b16427c87114418b9f154588dc641e0 (diff)
allow [ENTER] in box, arrow, erase, and visual mode
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4e8bd96..83a28b8 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@
- change screen management (i.e., dynamic array of lines)
- get screen geometry
- add action multiplier (e.g., "7h" moves left by 7 cols)
-- use [ENTER] to confirm arrow, boxes, and text (useful for scripting)
- add scripting mode option ("-s"?)
- add screen geometry option (-g 25x80?)
- read file at point
@@ -22,6 +21,8 @@
(also do not print unmanaged chars!)
- allow scrolling (both vertical and horizontal)
- auto-arrow 'A' (automatic end-char)
+* allow the use of [ENTER] to confirm arrow, boxes, and text (useful
+ for scripting)
* change "g" command:
- g-g (goto top-left)
- g-G (goto bottom-right)