summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.c b/window.c
index 30e11dcd7..bfe2bba1b 100644
--- a/window.c
+++ b/window.c
@@ -1917,7 +1917,7 @@ void RelocateAllWindows(int neww, int newh)
break;
case WC_CONSOLE:
- IConsoleResize();
+ IConsoleResize(w);
continue;
default: