diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-27 06:57:29 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-27 06:57:29 +0100 |
commit | f678684b470f02d9fed4818eb92c2a925380c428 (patch) | |
tree | fc26ae9768e6c72827b03e973dbf0479b0a0431d /TODO | |
parent | 8b67bd6c5f4e175721b44d4733d1a5a6fc1a2561 (diff) | |
parent | 8e3d23b921d9bbcb7c53017bacff8a3050a34b55 (diff) |
Merge branch 'devel' into master
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"?) |