diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-27 08:31:24 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-27 08:31:24 +0100 |
commit | a99759398841d86928c7ad4d8248f907765cbeb2 (patch) | |
tree | 5adb05a273e0532be2665e8ae95a8b4042809213 /TODO | |
parent | b38ed132a7df231fc08ce384d8559e6648fdd0cc (diff) |
add crop-to-visible function (C)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,4 @@ + optimize redraws (redraw only the modified rectangle) -+ add crop command (C) - fix bug with 'g' commands in arrow mode - add screen geometry option (-g 25x80?) - read file at point @@ -25,6 +24,7 @@ - allow scrolling (both vertical and horizontal) - catch SIGWINCH and react appropriately (after scrolling is enabled) +* add crop command (C) * reorganise code * change screen management (i.e., dynamic array of lines) * add action multiplier (e.g., "7h" moves left by 7 cols) |