diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-17 15:58:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-10-17 15:58:52 +0000 |
commit | 59269a431b56759dda2e5269f68faa0b0cca06c3 (patch) | |
tree | 515a197880db78b19334f36784745982a214a23d | |
parent | c8f2584d874310647bb36c0a71226a7d192b91b6 (diff) | |
download | rtmux-59269a431b56759dda2e5269f68faa0b0cca06c3.tar.gz rtmux-59269a431b56759dda2e5269f68faa0b0cca06c3.tar.bz2 rtmux-59269a431b56759dda2e5269f68faa0b0cca06c3.zip |
+.
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |