Give window_create and window_create1 better names.

This commit is contained in:
nicm
2016-10-15 09:27:52 +00:00
parent 3f138dc40c
commit e7990375cb
4 changed files with 9 additions and 9 deletions

View File

@ -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);