mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Give window_create and window_create1 better names.
This commit is contained in:
@ -75,7 +75,7 @@ cmd_break_pane_exec(struct cmd *self, struct cmd_q *cmdq)
|
||||
window_lost_pane(w, wp);
|
||||
layout_close_pane(wp);
|
||||
|
||||
w = wp->window = window_create1(dst_s->sx, dst_s->sy);
|
||||
w = wp->window = window_create(dst_s->sx, dst_s->sy);
|
||||
TAILQ_INSERT_HEAD(&w->panes, wp, entry);
|
||||
w->active = wp;
|
||||
name = default_window_name(w);
|
||||
|
Reference in New Issue
Block a user