diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-05-17 18:20:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-05-17 18:20:04 +0000 |
commit | 75e7c7eed54afdf3370f0dd8596e6af8907b37d4 (patch) | |
tree | 6b9ab00a5de92d2046580e05866b83c07bdfc9dc | |
parent | 4b6babcfa2f15a3d15564ccc263f8b564ffde816 (diff) | |
download | rtmux-75e7c7eed54afdf3370f0dd8596e6af8907b37d4.tar.gz rtmux-75e7c7eed54afdf3370f0dd8596e6af8907b37d4.tar.bz2 rtmux-75e7c7eed54afdf3370f0dd8596e6af8907b37d4.zip |
Add some stuff mentioned to me at LinuxTag.
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -- implicitly add exec to the commands for new windows (switch to disable it)? + - implicitly add exec to the commands for new windows (switch to disable it)? - extend list-clients to list clients attached to a session (-a for all?) - bring back detach-session to detach all clients on a session? - allow fnmatch for -c, so that you can, eg, detach all clients @@ -132,3 +132,6 @@ - entry in FAQ about what to do when someone does mkdir /tmp/tmux-1000 - show size under pane number in display-panes mode - command-prompt should be passed through status_replace +- monitor-activity is broken in several ways with multiple clients +- monitor-activity should be more powerful (eg set a region) +- maybe a way to put pane names instead of window names in status line |