diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |