diff --git a/common.c b/common.c index 23057e7f1..f67e904b6 100644 --- a/common.c +++ b/common.c @@ -1419,7 +1419,7 @@ void common_handle_winch( int signal ) } #else termsize.ws_col = 80; - termsizews_row = 24; + termsize.ws_row = 24; #endif }