mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 02:48:47 +00:00
Only redraw the status line on command update, not the entire client
(big DOH).
This commit is contained in:
parent
eb288aae32
commit
075816eb72
2
status.c
2
status.c
@ -642,7 +642,7 @@ status_job_callback(struct job *job)
|
|||||||
buf = xstrdup(line);
|
buf = xstrdup(line);
|
||||||
|
|
||||||
so->out = buf;
|
so->out = buf;
|
||||||
server_redraw_client(c);
|
server_status_client(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return winlink status line entry and adjust gc as necessary. */
|
/* Return winlink status line entry and adjust gc as necessary. */
|
||||||
|
Loading…
Reference in New Issue
Block a user