svn commit: r244180 - head/contrib/top

Rui Paulo rpaulo at FreeBSD.org
Thu Dec 13 06:45:46 UTC 2012


Author: rpaulo
Date: Thu Dec 13 06:45:45 2012
New Revision: 244180
URL: http://svnweb.freebsd.org/changeset/base/244180

Log:
  Bump MAX_COLS to 512 to take advantage of wider terminals.

Modified:
  head/contrib/top/top.h

Modified: head/contrib/top/top.h
==============================================================================
--- head/contrib/top/top.h	Thu Dec 13 06:42:44 2012	(r244179)
+++ head/contrib/top/top.h	Thu Dec 13 06:45:45 2012	(r244180)
@@ -14,7 +14,7 @@
 extern int Header_lines;	/* 7 */
 
 /* Maximum number of columns allowed for display */
-#define MAX_COLS	128
+#define MAX_COLS	512
 
 /* Log base 2 of 1024 is 10 (2^10 == 1024) */
 #define LOG1024		10


More information about the svn-src-all mailing list