Commit Diff


commit - de2a69bb424696abd9b1be5232fb7a89fa5f8767
commit + 40e10b8c6ae1d32c6d875cd1016e5a9f19bb7db9
blob - dd0d3ccaeec27d5f8b16a8cb253e518622c2c3b5
blob + 2547c135b0830e164d8108fc002f11287799acb5
--- ui.c
+++ ui.c
@@ -841,8 +841,8 @@ cmd_toggle_help(struct window *window)
 	 * until I call handle_resize a second time (i.e. C-l).  I
 	 * will be happy to know why something like this is needed.
 	 */
-	handle_resize(0, 0, NULL);
-	handle_resize(0, 0, NULL);
+	handle_resize_timeout(0, 0, NULL);
+	handle_resize_timeout(0, 0, NULL);
 }
 
 void