From 59269a431b56759dda2e5269f68faa0b0cca06c3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 17 Oct 2009 15:58:52 +0000 Subject: [PATCH] +. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) 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