aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-03-16 22:01:18 +0000
committerThomas Adam <thomas@xteddy.org>2017-03-16 22:01:18 +0000
commit1ea19245b37cbaa869d8601f652c4055ad537f34 (patch)
treedc1ab80cdaa107a93b10ffa252ad97e788fb4844
parent0dd694f5fd89dcc86108438be0e55ec86d6dc3c6 (diff)
parentb69efbdd301af582e06e109f0bb3f7856afa7be2 (diff)
downloadrtmux-1ea19245b37cbaa869d8601f652c4055ad537f34.tar.gz
rtmux-1ea19245b37cbaa869d8601f652c4055ad537f34.tar.bz2
rtmux-1ea19245b37cbaa869d8601f652c4055ad537f34.zip
Merge branch 'obsd-master'
-rw-r--r--cmd-kill-pane.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-kill-pane.c b/cmd-kill-pane.c
index 05d81e59..19dcf96f 100644
--- a/cmd-kill-pane.c
+++ b/cmd-kill-pane.c
@@ -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);
}