Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 06:45:46 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244180 - head/contrib/top
Message-ID:  <201212130645.qBD6jkeE066527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212130645.qBD6jkeE066527>