Redraw after killp -a.

pull/829/head
nicm 2017-03-16 20:05:14 +00:00
parent 2a9d697771
commit b69efbdd30
1 changed files with 1 additions and 0 deletions

View File

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