Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-04-29 18:01:09 +01:00
8 changed files with 247 additions and 44 deletions

View File

@@ -764,6 +764,8 @@ window_pane_create(struct window *w, u_int sx, u_int sy, u_int hlimit)
screen_init(&wp->base, sx, sy, hlimit);
wp->screen = &wp->base;
screen_init(&wp->status_screen, 1, 1, 0);
if (gethostname(host, sizeof host) == 0)
screen_set_title(&wp->base, host);