Bump MAX_COLS to 512 to take advantage of wider terminals.

This commit is contained in:
Rui Paulo 2012-12-13 06:45:45 +00:00
parent f407224c45
commit 07fb19177d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244180

View File

@ -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