mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fix another typo in common.c
darcs-hash:20060801004648-ac50b-4177620e4ee37ab1ad6f942faa3023cedeee9055.gz
This commit is contained in:
parent
7ecf7c1fac
commit
f29026b767
1 changed files with 1 additions and 1 deletions
2
common.c
2
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue