diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-23 15:58:46 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-08-23 15:58:46 +0100 |
commit | 2f7ffab0e8de524832b591a9ce6f034406f52e3d (patch) | |
tree | 2eb118467251a2b38eb48c39b13cb93678cf846b /TODO | |
parent | 3ed5e56a3974016dad9c28f42356aba9c05e0f4c (diff) | |
parent | a0802dd4869bfefe548734a840dc2e1d3cb15c90 (diff) | |
download | rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.tar.gz rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.tar.bz2 rtmux-2f7ffab0e8de524832b591a9ce6f034406f52e3d.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,6 +18,8 @@ - options bits and pieces: * set-remain-on-exit is a complete hack * way to set socket path from config file + * -fg/-bg/-attr is crap - better just foo-style options which accept + fg=,bg=,bright and so on like #[] - format improvements: * option to quote format (#{session_name:quoted}) @@ -30,6 +32,7 @@ * choose-mode and copy-mode are very similar, make choose-mode a subset? * flag to choose-* for sort order * choose mode would be better per client than per window + * two choices (first one then second, for swap-pane and join-pane) - improve monitor-*: * straighten out rules for multiple clients @@ -91,8 +94,6 @@ - mouse-select-pane will screw up with !MODE_MOUSE_STANDARD (it sets the flag on w/o checking the others before calling tty_update_mode) -- panes should have names like windows - - way to tag a layout as a number/name - optimize pane redraws, 20120318184853.GK10965@yelena.nicm.ath.cx |