summaryrefslogtreecommitdiffstats
path: root/status.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-04-29 07:07:31 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-04-29 07:07:31 +0000
commit075816eb72f859177b81e027e2241d50dbadec7b (patch)
tree383ec17e54b7c83933ff61fc03e39b779607f91a /status.c
parenteb288aae3223576ebe3f68f5faaa1c4fd02cb73b (diff)
Only redraw the status line on command update, not the entire client
(big DOH).
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index 3e5c69ce..46ff3633 100644
--- a/status.c
+++ b/status.c
@@ -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. */