* New session flag "set-remain-on-exit" to set remain-on-exit flag for new windows created in that session (like "remain-by-default" used to do). Not perfectly happy about this, but until I can think of a good way to introduce it generically (maybe a set of options in the session) this will do. Fixes SF request 2527847.

This commit is contained in:
Nicholas Marriott
2009-03-21 12:44:06 +00:00
parent 7398241e58
commit f5f04a9344
6 changed files with 23 additions and 10 deletions

8
TODO
View File

@ -75,22 +75,22 @@
and n of width 0, then translate cursor indexes on-the-fly would need to
adjust all cursor movement and also handle different width lines properly.
- support other mouse modes (highlight etc) and use it in copy mode
- set-remain-on-exit is a bit of a hack, some way to do it generically?
- set-option should be set-session-option and should be overall global options
for stuff like mode keys?
(hopefully) for 0.8, in no particular order:
- key to switch to copy mode from scroll mode
- attach should have a flag to create session if it doesn't exist
- swap-pane-up, swap-pane-down (maybe move-pane-*)
- some fix for SF feature request 2527847 - now remain-by-default has gone
cannot control it per-session
- clear window title on exit
- might be nice if attach-session behaved like switch-client inside an
existing client
- test bug sshing from freebsd console
- better support for stupid margin terminals. strcmp for cons25 sucks, how can
these be autodetected?
- set-option should be set-session-option and should be overall global options
for stuff like mode keys?
- document status-keys
- document break-pane
- document -8 flag
- document set-remain-on-exit
- refer to windows by name etc (duplicates? fnmatch?)