diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-09 12:48:54 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-08-09 12:48:54 +0100 |
commit | 237b7a50f479a104571c59691f145ac902d4023e (patch) | |
tree | ab8cdde2584e622974af05978ecbb91c9e5b776c | |
parent | 4bb5bb9450e7890e42ec807c9236a455f6046df7 (diff) | |
download | rtmux-237b7a50f479a104571c59691f145ac902d4023e.tar.gz rtmux-237b7a50f479a104571c59691f145ac902d4023e.tar.bz2 rtmux-237b7a50f479a104571c59691f145ac902d4023e.zip |
Update CHANGES and TODO.
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | TODO | 14 |
2 files changed, 15 insertions, 2 deletions
@@ -1,5 +1,8 @@ CHANGES FROM 2.5 to master +* Add selection_present format when in copy mode (allows key bindings that do + something different if there is a selection). + * Add pane_at_left, pane_at_right, pane_at_top and pane_at_bottom formats. * Make bell, activity and silence alerting more consistent by: removing the @@ -112,7 +112,17 @@ - hooks * more hooks for various things - * finish after hooks for special commands + * finish after hooks for special commands. these do not have a hook at + the moment: + attach-session detach-client kill-server respawn-window + swap-window break-pane find-window kill-session rotate-window + switch-client choose-tree if-shell kill-window run-shell + wait-for command-prompt join-pane move-window source-file + confirm-before kill-pane respawn-pane swap-pane + at the moment AFTERHOOK uses current only if target is not valid, + but target is ALWAYS valid - it should use current if no -t flag? + then select-* could use AFTERHOOK * multiple hooks with the same name? * finish hooks for notifys - * for session_closed, if no sessions at all, perhaps fake up a temporary one + * for session_closed, if no sessions at all, perhaps fake up a + temporary one |