diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 03:21:42 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-02 03:21:42 +0000 |
commit | 9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a (patch) | |
tree | 10aa90962757d07724c78e4fc9baaa27ca7b4858 /more.c | |
parent | be1caa3c14daabb874a1faab40ffdcf9ece9dd02 (diff) | |
download | busybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.tar.gz busybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.tar.bz2 busybox-w32-9e3d5ab99f2b9cb84b0ec52b24812b0081b0cc0a.zip |
A number of additional fixed from Pavel Roskin, note some more bugs in the
TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox,
which is now included.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@594 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'more.c')
-rw-r--r-- | more.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |