From 0adbc2a776c36b736bb5acb7184ba559d9428bc4 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 26 Jul 2019 22:13:33 +0100 Subject: towards dynamic screen management --- TODO | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index f6087c7..7b324b8 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ + optimize redraws (redraw only the modified rectangle) -- change screen management (i.e., dynamic array of lines) ++ change screen management (i.e., dynamic array of lines) - add screen geometry option (-g 25x80?) - read file at point - read output of command (!) @@ -48,4 +48,3 @@ * set different line styles (done for hl, vl, corner) * add status bar * implement box - -- cgit v1.2.3 From 3d53fcefe3ca3e6f25d1731c2caa0c1c0e676453 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 26 Jul 2019 22:55:56 +0100 Subject: change screen management -- dynamic array of lines --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 7b324b8..222bad1 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ + optimize redraws (redraw only the modified rectangle) -+ change screen management (i.e., dynamic array of lines) - add screen geometry option (-g 25x80?) - read file at point - read output of command (!) @@ -10,7 +9,7 @@ + parse arrows (text-mode will allow movements as well) - (?) implement CTRL+G as abort (aside ESC) - add crop command (c) -- remove extra blanks until EOL when saving to file +- (?) remove extra blanks until EOL when saving to file + visual selection - crop-to - yank/put @@ -20,8 +19,9 @@ - manage special chars (DEL/CANC) during text insert (also do not print unmanaged chars!) - allow scrolling (both vertical and horizontal) -- catch SIGWINCH and react appropriately (after scroll is +- catch SIGWINCH and react appropriately (after scrolling is enabled) +* 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"?) * auto-arrow 'A' (automatic end-char) -- cgit v1.2.3