More fixes

This commit is contained in:
Eric Andersen
1999-10-13 18:04:51 +00:00
parent c6cb79dedf
commit 21943ce641
3 changed files with 8 additions and 5 deletions

View File

@@ -49,10 +49,10 @@ const char more_usage[] = "[file ...]";
extern int more_main(int argc, char **argv)
{
int c, lines=0, input;
int c, lines=0, input=0;
int next_page=0, rows = 24;
#ifdef BB_MORE_TERM
int cols;
int cols=79;
struct winsize win;
#endif
struct stat st;