mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
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...
This commit is contained in:
2
tmux.1
2
tmux.1
@ -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
|
||||
|
Reference in New Issue
Block a user