Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-04-17 10:01:13 +01:00
4 changed files with 5 additions and 14 deletions

View File

@ -98,7 +98,6 @@ server_redraw_window(struct window *w)
if (c->session != NULL && c->session->curw->window == w)
server_redraw_client(c);
}
w->flags |= WINDOW_REDRAW;
}
void