diff options
author | Marek Polacek <mmpolacek@gmail.com> | 2010-10-25 03:44:34 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-25 03:44:34 +0200 |
commit | b507cc3aceda26eff851230223a62c6fb471573c (patch) | |
tree | dc07f5c48edac84c1c8a1177453dadae86571a0a /util-linux | |
parent | ccb070450e79c33fb3f755dbea2fdd979f09d3fb (diff) |
powertop: new applet
Signed-off-by: Marek Polacek <mmpolacek@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.src | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 19b309e57..c71b4de38 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src @@ -486,17 +486,6 @@ config MORE you will probably find this utility very helpful. If you don't have any need to reading text files, you can leave this disabled. -config FEATURE_USE_TERMIOS - bool "Use termios to manipulate the screen" - default y - 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 - that display things on the screen will be especially primitive and - will be unable to determine the current screen size, and will be - unable to move the cursor. - config MOUNT bool "mount" default y |