diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-02-12 15:51:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-02-12 15:51:11 +0000 |
commit | cf3b73167d90c58d367fc61b467c9eae9fc33c3c (patch) | |
tree | 6c465e569aee66851ed9e594ab45b03cfa33e452 | |
parent | 5532615bc025fd941d9dde173753de54cb589f11 (diff) | |
download | rtmux-cf3b73167d90c58d367fc61b467c9eae9fc33c3c.tar.gz rtmux-cf3b73167d90c58d367fc61b467c9eae9fc33c3c.tar.bz2 rtmux-cf3b73167d90c58d367fc61b467c9eae9fc33c3c.zip |
Expand an entry.
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |