diff options
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/more.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 50446861e..974149177 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
| @@ -74,9 +74,9 @@ void gotsig(int sig) | |||
| 74 | 74 | ||
| 75 | #if defined BB_FEATURE_AUTOWIDTH | 75 | #if defined BB_FEATURE_AUTOWIDTH |
| 76 | #ifdef BB_FEATURE_USE_TERMIOS | 76 | #ifdef BB_FEATURE_USE_TERMIOS |
| 77 | static int terminal_width = 0; | 77 | static int terminal_width = TERMINAL_WIDTH; |
| 78 | #endif | 78 | #endif |
| 79 | static int terminal_height = 0; | 79 | static int terminal_height = TERMINAL_HEIGHT; |
| 80 | #else | 80 | #else |
| 81 | #define terminal_width TERMINAL_WIDTH | 81 | #define terminal_width TERMINAL_WIDTH |
| 82 | #define terminal_height TERMINAL_HEIGHT | 82 | #define terminal_height TERMINAL_HEIGHT |
