diff options
author | nicm <nicm> | 2017-04-20 09:20:22 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-04-20 09:20:22 +0000 |
commit | 0b44ad99b51606a8cab662e04cf043a8c4a3ca92 (patch) | |
tree | 06a3c095e0babd541df00c9cd80bac898724c984 /tmux.1 | |
parent | f184c6f06c8bd63390ecec3fbe290b087f995ea7 (diff) | |
download | rtmux-0b44ad99b51606a8cab662e04cf043a8c4a3ca92.tar.gz rtmux-0b44ad99b51606a8cab662e04cf043a8c4a3ca92.tar.bz2 rtmux-0b44ad99b51606a8cab662e04cf043a8c4a3ca92.zip |
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...
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3490,6 +3490,8 @@ does not wait for .Ql #() commands to finish; instead, the previous result from running the same command is used, or a placeholder if the command has not been run before. +If the command hasn't exited, the most recent line of output will be used, but the status +line will not be updated more than once a second. Commands are executed with the .Nm global environment set (see the |