aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 05fa9272..bd2d1443 100644
--- a/TODO
+++ b/TODO
@@ -84,4 +84,10 @@
- an option to NOT remove message when key pressed
- would be nice to be able to press 0-9a-zA-Z to select window in choose-window
mode, also to start typing and it searches
+- the wrapping stuff should work when redrawn from scroll mode too (screen_write_copy)
+- ability to save history (to buffer?)
+- multiple keys could be done with tables, ie have prefixes go and instead
+ bind -n ^A prefix-table "default"
+ where prefix-table sets command lookup table and sets prefix flag, then next key
+ is looked up in that table