Created
July 19, 2015 00:03
-
-
Save ThomasAdam/dd50df8b27b464830361 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cmd-select-pane.c b/cmd-select-pane.c | |
index 5ea4bdc..ea672c4 100644 | |
--- a/cmd-select-pane.c | |
+++ b/cmd-select-pane.c | |
@@ -146,6 +146,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmd_q *cmdq) | |
server_status_window(wl->window); | |
server_redraw_window_borders(wl->window); | |
} | |
+ server_redraw_window(wl->window); | |
return (CMD_RETURN_NORMAL); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment