summaryrefslogtreecommitdiff
path: root/src/fe-text/term-terminfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-text/term-terminfo.c')
-rw-r--r--src/fe-text/term-terminfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-text/term-terminfo.c b/src/fe-text/term-terminfo.c
index f2e552f3..e34d2ba4 100644
--- a/src/fe-text/term-terminfo.c
+++ b/src/fe-text/term-terminfo.c
@@ -165,7 +165,6 @@ static void term_move_reset(int x, int y)
void term_resize(int width, int height)
{
if (width < 0 || height < 0) {
- terminfo_resize(current_term);
width = current_term->width;
height = current_term->height;
}