From c884fec161808c88cc1dfa7517cde9e34cbbd7a7 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Thu, 13 Dec 2012 06:45:45 +0000 Subject: Bump MAX_COLS to 512 to take advantage of wider terminals. --- contrib/top/top.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/top/top.h') diff --git a/contrib/top/top.h b/contrib/top/top.h index a281957..c51485a 100644 --- a/contrib/top/top.h +++ b/contrib/top/top.h @@ -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 -- cgit v1.1