summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-15 19:27:31 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-15 19:27:31 +0000
commitd29ca39e0eb6a47986d05ebefce23349e1635c00 (patch)
tree0a087fa32b7bd8746443c21e5f473aa14cbc1004 /TODO
parentc5c4cc7557f107547d3de8f530395f87fa37d1ee (diff)
Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 28e4b520..a1210dbc 100644
--- a/TODO
+++ b/TODO
@@ -71,6 +71,9 @@
- fix rxvt cursor fg issue (text under cursor has non-white fg)
- key handling sucks a bit and needs to be reworked
- window selection mode a la C-a " in screen
+ generic choice code, then: choose-window and choose-session options
+ which build a list of options (name, idx), pass them choice code,
+ then convert the return idx back into pointer and select the item
for 0.6:
- document OPTIONS section in man page with description of new option handling