nicm 0ccfb61bb0 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.
2017-05-01 12:20:55 +00:00
2017-04-22 12:08:41 +00:00
2017-04-22 12:08:41 +00:00
2017-02-04 23:42:53 +00:00
2017-04-22 06:13:30 +00:00
2017-04-22 06:13:30 +00:00
2017-04-22 12:08:41 +00:00
2017-03-17 14:51:41 +00:00
Description
No description provided
56 MiB
Languages
C 87.4%
Roff 7.1%
Shell 2.7%
Yacc 1.4%
M4 0.8%
Other 0.5%