diff options
author | Paul Fox <pgf@brightstareng.com> | 2008-03-20 16:04:36 +0000 |
---|---|---|
committer | Paul Fox <pgf@brightstareng.com> | 2008-03-20 16:04:36 +0000 |
commit | 9e1f92d0bb41c54bb1fccd12f7f7f93f71e78b52 (patch) | |
tree | 1b864b88fce98aa4634f7033ac61ee34cc1132d3 | |
parent | 9230582315a15dd7b95de9f03c48024858ec935d (diff) | |
download | busybox-w32-9e1f92d0bb41c54bb1fccd12f7f7f93f71e78b52.tar.gz busybox-w32-9e1f92d0bb41c54bb1fccd12f7f7f93f71e78b52.tar.bz2 busybox-w32-9e1f92d0bb41c54bb1fccd12f7f7f93f71e78b52.zip |
termios can be used by either top or more.
-rw-r--r-- | util-linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 1c3fe88ee..8ca86c87d 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -378,7 +378,7 @@ config MORE | |||
378 | config FEATURE_USE_TERMIOS | 378 | config FEATURE_USE_TERMIOS |
379 | bool "Use termios to manipulate the screen" | 379 | bool "Use termios to manipulate the screen" |
380 | default y | 380 | default y |
381 | depends on MORE | 381 | depends on MORE || TOP |
382 | help | 382 | help |
383 | This option allows utilities such as 'more' and 'top' to determine | 383 | This option allows utilities such as 'more' and 'top' to determine |
384 | the size of the screen. If you leave this disabled, your utilities | 384 | the size of the screen. If you leave this disabled, your utilities |