aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/220_maxcol.patch
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-01-24 14:36:40 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-01-24 14:37:05 +0000
commit8595cb4102d547388d0d9e699d10a14f8f7aa71c (patch)
treecd27e4b710769000b651b9af4db2704a1cd328dd /debian/patches/220_maxcol.patch
parentUpdate Vcs-Browser (diff)
downloadw3m-8595cb4102d547388d0d9e699d10a14f8f7aa71c.tar.gz
w3m-8595cb4102d547388d0d9e699d10a14f8f7aa71c.zip
Integrate Debian changes into 020_debian.patch (closes: #776112)
(debian/patches/*.patch except 010_upstream.patch are merged)
Diffstat (limited to 'debian/patches/220_maxcol.patch')
-rw-r--r--debian/patches/220_maxcol.patch17
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
-