diff options
| author | KatolaZ <katolaz@freaknet.org> | 2019-07-22 15:34:03 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2019-07-22 15:34:03 +0100 | 
| commit | 0325743daff41b74466fb198eee5774d0c2ac004 (patch) | |
| tree | 0cf6f3da248f2f13af8e02d7cc5e75471b3713ea /TODO | |
| parent | 0c2294582b16427c87114418b9f154588dc641e0 (diff) | |
allow [ENTER] in box, arrow, erase, and visual mode
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) | 
