summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-27 08:31:24 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-27 08:31:24 +0100
commita99759398841d86928c7ad4d8248f907765cbeb2 (patch)
tree5adb05a273e0532be2665e8ae95a8b4042809213 /TODO
parentb38ed132a7df231fc08ce384d8559e6648fdd0cc (diff)
add crop-to-visible function (C)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 59534ac..c04d8f3 100644
--- a/TODO
+++ b/TODO
@@ -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)