pull/1/head
Nicholas Marriott 2009-10-17 15:58:52 +00:00
parent c8f2584d87
commit 59269a431b
1 changed files with 6 additions and 0 deletions

6
TODO
View File

@ -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