Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-05-30 12:01:13 +01:00
5 changed files with 91 additions and 39 deletions

View File

@ -291,7 +291,7 @@ window_create1(u_int sx, u_int sy)
w = xcalloc(1, sizeof *w);
w->name = NULL;
w->flags = 0;
w->flags = WINDOW_STYLECHANGED;
TAILQ_INIT(&w->panes);
w->active = NULL;