diff options
Diffstat (limited to 'more.c')
-rw-r--r-- | more.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,10 +49,10 @@ const char more_usage[] = "[file ...]"; | |||
49 | 49 | ||
50 | extern int more_main(int argc, char **argv) | 50 | extern int more_main(int argc, char **argv) |
51 | { | 51 | { |
52 | int c, lines=0, input; | 52 | int c, lines=0, input=0; |
53 | int next_page=0, rows = 24; | 53 | int next_page=0, rows = 24; |
54 | #ifdef BB_MORE_TERM | 54 | #ifdef BB_MORE_TERM |
55 | int cols; | 55 | int cols=79; |
56 | struct winsize win; | 56 | struct winsize win; |
57 | #endif | 57 | #endif |
58 | struct stat st; | 58 | struct stat st; |