From 8e3d23b921d9bbcb7c53017bacff8a3050a34b55 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 27 Jul 2019 06:57:12 +0100 Subject: reorganise code --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 222bad1..d521256 100644 --- a/TODO +++ b/TODO @@ -5,10 +5,13 @@ - use [ENTER] to exit from text insert - maybe move "text" mode to "t" - implement ellipse +- filled box (B) +- manage fill character (as for other styles) +- implement comment (#: ignore until the end of the line) + parse control characters + parse arrows (text-mode will allow movements as well) - (?) implement CTRL+G as abort (aside ESC) -- add crop command (c) +- add crop command (C) - (?) remove extra blanks until EOL when saving to file + visual selection - crop-to @@ -21,6 +24,7 @@ - allow scrolling (both vertical and horizontal) - catch SIGWINCH and react appropriately (after scrolling is enabled) +* reorganise code * change screen management (i.e., dynamic array of lines) * add action multiplier (e.g., "7h" moves left by 7 cols) * add scripting mode option ("-s"?) -- cgit v1.2.3