svn commit: trunk/busybox/util-linux

pgf at busybox.net pgf at busybox.net
Thu Mar 20 16:04:36 UTC 2008


Author: pgf
Date: 2008-03-20 09:04:36 -0700 (Thu, 20 Mar 2008)
New Revision: 21413

Log:
termios can be used by either top or more.


Modified:
   trunk/busybox/util-linux/Config.in


Changeset:
Modified: trunk/busybox/util-linux/Config.in
===================================================================
--- trunk/busybox/util-linux/Config.in	2008-03-20 15:12:58 UTC (rev 21412)
+++ trunk/busybox/util-linux/Config.in	2008-03-20 16:04:36 UTC (rev 21413)
@@ -378,7 +378,7 @@
 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




More information about the busybox-cvs mailing list