diff options
| author | KatolaZ <katolaz@freaknet.org> | 2019-07-27 06:57:12 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2019-07-27 06:57:12 +0100 | 
| commit | 8e3d23b921d9bbcb7c53017bacff8a3050a34b55 (patch) | |
| tree | fc26ae9768e6c72827b03e973dbf0479b0a0431d /TODO | |
| parent | 3d53fcefe3ca3e6f25d1731c2caa0c1c0e676453 (diff) | |
reorganise code
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"?) | 
