These are done.

This commit is contained in:
Nicholas Marriott 2011-07-04 13:36:12 +00:00
parent bc8d09ef84
commit d91bf78e8a
1 changed files with 1 additions and 7 deletions

8
TODO
View File

@ -1,5 +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? - bring back detach-session to detach all clients on a session?
- allow fnmatch for -c, so that you can, eg, detach all clients - 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 - 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 - 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 - 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 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 - Support for borderless panes
- run-shell/if-shell should support status_replace stuff - run-shell/if-shell should support status_replace stuff
- custom prompts for confirm-before - custom prompts for confirm-before