From cf3b73167d90c58d367fc61b467c9eae9fc33c3c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 12 Feb 2011 15:51:11 +0000 Subject: [PATCH] Expand an entry. --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 2cd2e022..389e935d 100644 --- a/TODO +++ b/TODO @@ -93,7 +93,10 @@ ptr then when program inside died, sends MSG_SOMETHING with wait status to client - documentation improvements - rlpowell's tutorial - build instructions -- bind commands to key sequences? +- bind commands to key sequences? -- make it so ALL keys go through a table, + first an implicit table in which C-b is the only default binding to a + command that says "next key from $othertable" and so on. means -n can + go away as well - monitor, bell etc should monitor /all/ panes in the window not just one - a history of commands that can be reversed (reverse member of each command, and a buffer) info() when changing to same window