Only redraw the status line on command update, not the entire client

(big DOH).
pull/1/head
Nicholas Marriott 2011-04-29 07:07:31 +00:00
parent eb288aae32
commit 075816eb72
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ status_job_callback(struct job *job)
buf = xstrdup(line);
so->out = buf;
server_redraw_client(c);
server_status_client(c);
}
/* Return winlink status line entry and adjust gc as necessary. */