mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +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:
@ -76,7 +76,7 @@ cmd_show_messages_jobs(struct cmdq_item *item, int blank)
|
||||
u_int n;
|
||||
|
||||
n = 0;
|
||||
LIST_FOREACH(job, &all_jobs, lentry) {
|
||||
LIST_FOREACH(job, &all_jobs, entry) {
|
||||
if (blank) {
|
||||
cmdq_print(item, "%s", "");
|
||||
blank = 0;
|
||||
|
Reference in New Issue
Block a user