diff options
Diffstat (limited to 'debian/patches/220_maxcol.patch')
-rw-r--r-- | debian/patches/220_maxcol.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/220_maxcol.patch b/debian/patches/220_maxcol.patch deleted file mode 100644 index 432e09c..0000000 --- a/debian/patches/220_maxcol.patch +++ /dev/null @@ -1,17 +0,0 @@ -Subject: Bump MAXCOL to 256 -From: Tatsuya Kinoshita <tats@debian.org> -Bug: https://sourceforge.net/p/w3m/feature-requests/24/ - -diff --git a/table.h b/table.h -index 83b661f..fdcdef3 100644 ---- a/table.h -+++ b/table.h -@@ -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 - |