Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2008-03-20 19:04:36 +0300
committerPaul Fox <pgf@brightstareng.com>2008-03-20 19:04:36 +0300
commit9e1f92d0bb41c54bb1fccd12f7f7f93f71e78b52 (patch)
tree1b864b88fce98aa4634f7033ac61ee34cc1132d3
parent9230582315a15dd7b95de9f03c48024858ec935d (diff)
termios can be used by either top or more.
-rw-r--r--util-linux/Config.in2
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
config FEATURE_USE_TERMIOS
bool "Use termios to manipulate the screen"
default y
- depends on MORE
+ depends on MORE || TOP
help
This option allows utilities such as 'more' and 'top' to determine
the size of the screen. If you leave this disabled, your utilities