mirror of
https://github.com/tmux/tmux.git
synced 2024-10-31 22:58:49 +00:00
Redraw after killp -a.
This commit is contained in:
parent
2a9d697771
commit
b69efbdd30
@ -56,6 +56,7 @@ cmd_kill_pane_exec(struct cmd *self, struct cmdq_item *item)
|
||||
layout_close_pane(loopwp);
|
||||
window_remove_pane(wl->window, loopwp);
|
||||
}
|
||||
server_redraw_window(wl->window);
|
||||
return (CMD_RETURN_NORMAL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user