diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-07-04 13:36:12 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-07-04 13:36:12 +0000 |
commit | d91bf78e8a2b844c6be8f7a1a0ba53280a5723ea (patch) | |
tree | b42e2d0c4916f8720161bc2db591cb633c24129e | |
parent | bc8d09ef8465853d4bc71d25e0c092f95bc2674d (diff) | |
download | rtmux-d91bf78e8a2b844c6be8f7a1a0ba53280a5723ea.tar.gz rtmux-d91bf78e8a2b844c6be8f7a1a0ba53280a5723ea.tar.bz2 rtmux-d91bf78e8a2b844c6be8f7a1a0ba53280a5723ea.zip |
These are done.
-rw-r--r-- | TODO | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,5 +1,4 @@ - - 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?) +- implicitly add exec to the commands for new windows (switch to disable it)? - bring back detach-session to detach all clients on a session? - allow fnmatch for -c, so that you can, eg, detach all clients - garbage collect window history (100 lines at a time?) if it hasn't been used @@ -137,11 +136,6 @@ - maybe a way to put pane names instead of window names in status line - when client is locked data still appears to be buffered for it (it shouldn't be) so a load is sent after unlock. this is bad, needs fixed. SF 3297114 -- respawn-window doesn't fix it if the terminal is stuck waiting for end of - OSC DCS etc -- option to specify initial text in command-prompt buffer (-T or - something). can be passed through status_replace so can be used - to start off with current window name when renaming - Support for borderless panes - run-shell/if-shell should support status_replace stuff - custom prompts for confirm-before |