aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorMarek Polacek <mmpolacek@gmail.com>2010-10-25 03:44:34 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-25 03:44:34 +0200
commitb507cc3aceda26eff851230223a62c6fb471573c (patch)
treedc07f5c48edac84c1c8a1177453dadae86571a0a /libbb
parentccb070450e79c33fb3f755dbea2fdd979f09d3fb (diff)
downloadbusybox-w32-b507cc3aceda26eff851230223a62c6fb471573c.tar.gz
busybox-w32-b507cc3aceda26eff851230223a62c6fb471573c.tar.bz2
busybox-w32-b507cc3aceda26eff851230223a62c6fb471573c.zip
powertop: new applet
Signed-off-by: Marek Polacek <mmpolacek@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Config.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index 74dc9c549..f6c7a11ea 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -43,6 +43,17 @@ config FEATURE_ETC_NETWORKS
43 a rarely used feature which allows you to use names 43 a rarely used feature which allows you to use names
44 instead of IP/mask pairs in route command. 44 instead of IP/mask pairs in route command.
45 45
46config FEATURE_USE_TERMIOS
47 bool "Use termios to manipulate the screen"
48 default y
49 depends on MORE || TOP || POWERTOP
50 help
51 This option allows utilities such as 'more' and 'top' to determine
52 the size of the screen. If you leave this disabled, your utilities
53 that display things on the screen will be especially primitive and
54 will be unable to determine the current screen size, and will be
55 unable to move the cursor.
56
46config FEATURE_EDITING 57config FEATURE_EDITING
47 bool "Command line editing" 58 bool "Command line editing"
48 default y 59 default y