diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-24 12:34:29 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-24 12:34:29 +0100 |
commit | 1be4c30c5e1526484665c382d784e0de9fe9d8de (patch) | |
tree | 551df692508b64c3ebf54435704e948f5fdc0875 /TODO | |
parent | 3a8eeffc5b3ef3d23984913d841e3a0aa5f68e16 (diff) |
add config.h
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,4 @@ -+ optimize redraws (i.e., avoid to redraw if possible) -- move configs in config.h ++ optimize redraws (redraw only the modified rectangle) - 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"?) @@ -25,6 +24,7 @@ - catch SIGWINCH and react appropriately (after scroll is enabled) - auto-arrow 'A' (automatic end-char) +* move configs in config.h * get screen geometry * allow the use of [ENTER] to confirm arrow, boxes (useful for scripting) |