Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-02-28 10:02:29 +00:00
9 changed files with 40 additions and 13 deletions

View File

@ -456,8 +456,6 @@ server_set_stdin_callback(struct client *c, void (*cb)(struct client *, int,
void
server_unzoom_window(struct window *w)
{
if (window_unzoom(w) == 0) {
if (window_unzoom(w) == 0)
server_redraw_window(w);
server_status_window(w);
}
}