Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 0ccfb61bb0e0beb5fe76b64e30637de7d9f696c7
https://github.com/tmux/tmux/commit/0ccfb61bb0e0beb5fe76b64e30637de7d9f696c7
Author: nicm <nicm>
Date: 2017-05-01 (Mon, 01 May 2017)
Changed paths:
M cfg.c
M cmd-display-message.c
M cmd-list-buffers.c
M cmd-list-clients.c
M cmd-list-keys.c
M cmd-list-panes.c
M cmd-list-sessions.c
M cmd-list-windows.c
M cmd-pipe-pane.c
M cmd-queue.c
M format.c
M names.c
M screen-redraw.c
M server-client.c
M status.c
M tmux.h
M window-choose.c
Log Message:
-----------
In order that people can use formats like #D in #() in the status line
and not have to wait for an update when they change pane, we allow
commands to run more than once a second if the expanded form
changes. Unfortunately this can mean them being run far too often
(pretty much continually) when multiple clients exist, because some
formats (including #D) will always differ between clients.
To avoid this, give each client its own tree of jobs which means that
the same command will be different instances for each client - similar
to how we have the tag to separate commands for different panes.
GitHub issue 889; test case reported by Paul Johnson.
Commit: e354b0e40fe1be1e1f8977d424e02e6487039a56
https://github.com/tmux/tmux/commit/e354b0e40fe1be1e1f8977d424e02e6487039a56
Author: Thomas Adam <[email protected]>
Date: 2017-05-01 (Mon, 01 May 2017)
Changed paths:
M cfg.c
M cmd-display-message.c
M cmd-list-buffers.c
M cmd-list-clients.c
M cmd-list-keys.c
M cmd-list-panes.c
M cmd-list-sessions.c
M cmd-list-windows.c
M cmd-pipe-pane.c
M cmd-queue.c
M format.c
M names.c
M screen-redraw.c
M server-client.c
M status.c
M tmux.h
M window-choose.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/4b39120d2270...e354b0e40fe1
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.