Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2019-10-28 10:01:25 +00:00
commit 57948a0dfc
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ window_create(u_int sx, u_int sy)
struct window *w; struct window *w;
w = xcalloc(1, sizeof *w); w = xcalloc(1, sizeof *w);
w->name = NULL; w->name = xstrdup("");
w->flags = 0; w->flags = 0;
TAILQ_INIT(&w->panes); TAILQ_INIT(&w->panes);