mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Sync OpenBSD patchset 899:
Only redraw the status line on command update, not the entire client (big DOH).
This commit is contained in:
parent
341f67e827
commit
4846af8f95
4
status.c
4
status.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: status.c,v 1.159 2011-04-25 20:35:22 tcunha Exp $ */
|
/* $Id: status.c,v 1.160 2011-05-05 10:02:36 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -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