mirror of
https://github.com/tmux/tmux.git
synced 2026-06-22 05:57:00 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
popup.c
2
popup.c
@@ -437,7 +437,7 @@ popup_make_pane(struct popup_data *pd, enum layout_type type)
|
||||
pd->job = NULL;
|
||||
}
|
||||
|
||||
screen_set_title(&pd->s, new_wp->base.title);
|
||||
screen_set_title(&pd->s, new_wp->base.title, 0);
|
||||
screen_free(&new_wp->base);
|
||||
memcpy(&new_wp->base, &pd->s, sizeof wp->base);
|
||||
screen_resize(&new_wp->base, new_wp->sx, new_wp->sy, 1);
|
||||
|
||||
Reference in New Issue
Block a user