diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-26 23:03:00 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-26 23:03:00 +0100 |
commit | 8b67bd6c5f4e175721b44d4733d1a5a6fc1a2561 (patch) | |
tree | 7254ac9707d257152b4ceeb1887a6907953cae4a /TODO | |
parent | f68467d70a9f89a6d901302907ee97533f0167d4 (diff) | |
parent | 3d53fcefe3ca3e6f25d1731c2caa0c1c0e676453 (diff) |
Merge branch 'devel' into master
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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) @@ -48,4 +48,3 @@ * set different line styles (done for hl, vl, corner) * add status bar * implement box - |