summaryrefslogtreecommitdiffstats
path: root/mbbsd/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/term.c')
-rw-r--r--mbbsd/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/term.c b/mbbsd/term.c
index 202ea582..bea4ec33 100644
--- a/mbbsd/term.c
+++ b/mbbsd/term.c
@@ -47,7 +47,7 @@ void term_resize(int w, int h)
w = MAX(80, MIN(200, w));
// invoke terminal system resize
- resizescr(h, w);
+ resizeterm(h, w);
t_lines = h;
t_columns = w;