From f29026b76728000a3afe034cc5dd19c893ecb645 Mon Sep 17 00:00:00 2001 From: axel Date: Tue, 1 Aug 2006 10:46:48 +1000 Subject: [PATCH] Fix another typo in common.c darcs-hash:20060801004648-ac50b-4177620e4ee37ab1ad6f942faa3023cedeee9055.gz --- common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }