Bump MAX_COLS to 512 to take advantage of wider terminals.
This commit is contained in:
parent
f407224c45
commit
07fb19177d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user