diff options
author | delphij <delphij@FreeBSD.org> | 2010-11-06 03:59:21 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-11-06 03:59:21 +0000 |
commit | e5ffca4db6145f8a64ad71d245708101d8f06083 (patch) | |
tree | 1d56f765850e5614fb3f79630e2fa04534a34c54 /contrib/top/top.h | |
parent | 070520ecc1bf32802f718d73dab306102fd0f0b9 (diff) | |
download | FreeBSD-src-e5ffca4db6145f8a64ad71d245708101d8f06083.zip FreeBSD-src-e5ffca4db6145f8a64ad71d245708101d8f06083.tar.gz |
Inverse display of top(1)'s table header when running in inactive mode.
MFC after: 2 weeks
Diffstat (limited to 'contrib/top/top.h')
-rw-r--r-- | contrib/top/top.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |