aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-10-17 15:58:52 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-10-17 15:58:52 +0000
commit59269a431b56759dda2e5269f68faa0b0cca06c3 (patch)
tree515a197880db78b19334f36784745982a214a23d
parentc8f2584d874310647bb36c0a71226a7d192b91b6 (diff)
downloadrtmux-59269a431b56759dda2e5269f68faa0b0cca06c3.tar.gz
rtmux-59269a431b56759dda2e5269f68faa0b0cca06c3.tar.bz2
rtmux-59269a431b56759dda2e5269f68faa0b0cca06c3.zip
+.
-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