Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2024-06-24 12:01:10 +01:00
7 changed files with 117 additions and 21 deletions

View File

@ -944,6 +944,9 @@ window_pane_create(struct window *w, u_int sx, u_int sy, u_int hlimit)
wp->pipe_fd = -1;
wp->control_bg = -1;
wp->control_fg = -1;
colour_palette_init(&wp->palette);
colour_palette_from_option(&wp->palette, wp->options);