mirror of
https://github.com/tmux/tmux.git
synced 2026-09-22 04:47:42 +00:00
0ccfb61bb0e0beb5fe76b64e30637de7d9f696c7
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.
Description
tmux source code
Languages
C
73.1%
Shell
19.1%
Roff
5.7%
Yacc
0.9%
M4
0.7%
Other
0.4%