Fix another typo in common.c

darcs-hash:20060801004648-ac50b-4177620e4ee37ab1ad6f942faa3023cedeee9055.gz
This commit is contained in:
axel 2006-08-01 10:46:48 +10:00
parent 7ecf7c1fac
commit f29026b767

View file

@ -1419,7 +1419,7 @@ void common_handle_winch( int signal )
}
#else
termsize.ws_col = 80;
termsizews_row = 24;
termsize.ws_row = 24;
#endif
}