Bump MAXCOL to 256

Bug: https://sourceforge.net/p/w3m/feature-requests/24/
This commit is contained in:
Tatsuya Kinoshita
2013-10-12 23:49:04 +09:00
parent dbd52ac2ca
commit f458fc0f20

View File

@@ -17,7 +17,7 @@
#define MAX_TABLE_N 20 /* maximum number of table in same level */
#define MAXROW 50
#define MAXCOL 50
#define MAXCOL 256
#define MAX_WIDTH 80