diff options
Diffstat (limited to 'usr.bin/top/top.h')
-rw-r--r-- | usr.bin/top/top.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.h b/usr.bin/top/top.h index b2165b35200..8559d27ff29 100644 --- a/usr.bin/top/top.h +++ b/usr.bin/top/top.h @@ -1,4 +1,4 @@ -/* $OpenBSD: top.h,v 1.6 2005/06/08 22:36:43 millert Exp $ */ +/* $OpenBSD: top.h,v 1.7 2005/06/17 09:40:48 markus Exp $ */ /* * Top users/processes display for Unix @@ -43,7 +43,7 @@ extern int Header_lines; /* Maximum number of columns allowed for display */ -#define MAX_COLS 128 +#define MAX_COLS 256 /* Log base 2 of 1024 is 10 (2^10 == 1024) */ #define LOG1024 10 |