If a #() command doesn't exit, use its most recent line of output (it
authornicm <nicm@openbsd.org>
Thu, 20 Apr 2017 09:20:22 +0000 (09:20 +0000)
committernicm <nicm@openbsd.org>
Thu, 20 Apr 2017 09:20:22 +0000 (09:20 +0000)
commit1a432fef1e7f661a16c5f53b3d7c4a8d46981cab
tree4b56e5f2e775d53872bf4b79f29f5f1c2771b158
parentbdbd5f40efd2dc807578b331c464b1d369beee2e
If a #() command doesn't exit, use its most recent line of output (it
must be a full line). Don't let it redraw the status line more than once
a second.

Requested by someone about 10 years ago...
usr.bin/tmux/cmd-if-shell.c
usr.bin/tmux/cmd-run-shell.c
usr.bin/tmux/cmd-show-messages.c
usr.bin/tmux/format.c
usr.bin/tmux/job.c
usr.bin/tmux/server.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/window-copy.c