Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-05-03 20:01:09 +01:00
6 changed files with 118 additions and 64 deletions

View File

@@ -300,6 +300,7 @@ control_reset_offsets(struct client *c)
struct control_pane *cp, *cp1;
RB_FOREACH_SAFE(cp, control_panes, &cs->panes, cp1) {
control_discard_pane(c, cp);
RB_REMOVE(control_panes, &cs->panes, cp);
free(cp);
}