From 0325743daff41b74466fb198eee5774d0c2ac004 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 22 Jul 2019 15:34:03 +0100 Subject: allow [ENTER] in box, arrow, erase, and visual mode --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO') 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) -- cgit v1.2.3