Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-08-22 08:37:26 +01:00
13 changed files with 174 additions and 28 deletions

View File

@ -70,7 +70,8 @@ server_set_marked(struct session *s, struct winlink *wl, struct window_pane *wp)
cmd_find_clear_state(&marked_pane, 0);
marked_pane.s = s;
marked_pane.wl = wl;
marked_pane.w = wl->window;
if (wl != NULL)
marked_pane.w = wl->window;
marked_pane.wp = wp;
}