aboutsummaryrefslogtreecommitdiff
path: root/cmd-resize-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-29 08:55:21 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-29 08:55:21 +0100
commit3d7674816127332e456b0a82cf53dce82a591a3f (patch)
tree36b583376afb002b90ffe953c7ae3b8d341cbfcb /cmd-resize-pane.c
parent2d151d8ca53a3fbc07441e6d691fb13a2aec2ee3 (diff)
downloadrtmux-3d7674816127332e456b0a82cf53dce82a591a3f.tar.gz
rtmux-3d7674816127332e456b0a82cf53dce82a591a3f.tar.bz2
rtmux-3d7674816127332e456b0a82cf53dce82a591a3f.zip
Need to redraw borders now when some things change. Also change default so that
the active border colour is different in a mode or with synchronize-panes on.
Diffstat (limited to 'cmd-resize-pane.c')
-rw-r--r--cmd-resize-pane.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-resize-pane.c b/cmd-resize-pane.c
index 105f48e0..563c95fb 100644
--- a/cmd-resize-pane.c
+++ b/cmd-resize-pane.c
@@ -91,7 +91,6 @@ cmd_resize_pane_exec(struct cmd *self, struct cmdq_item *item)
else
window_zoom(wp);
server_redraw_window(w);
- server_status_window(w);
return (CMD_RETURN_NORMAL);
}
server_unzoom_window(w);