diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2013-10-12 15:24:10 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2013-10-12 15:24:10 +0000 |
commit | d6775b36c90d184e9add25dae353367fdaa9f6eb (patch) | |
tree | b60b71a10e32aba3a391510644c5f1ec05957163 /debian | |
parent | New patch 210_vim-like.patch for vim like handling (closes: #724028) (diff) | |
download | w3m-d6775b36c90d184e9add25dae353367fdaa9f6eb.tar.gz w3m-d6775b36c90d184e9add25dae353367fdaa9f6eb.zip |
New patch 220_maxcol.patch to bump MAXCOL to 256
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/220_maxcol.patch | 17 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/220_maxcol.patch b/debian/patches/220_maxcol.patch new file mode 100644 index 0000000..432e09c --- /dev/null +++ b/debian/patches/220_maxcol.patch @@ -0,0 +1,17 @@ +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 + diff --git a/debian/patches/series b/debian/patches/series index 8af0e0d..30aa5e2 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -20,4 +20,5 @@ 190_Strchop.patch 200_readme-img-typo.patch 210_vim-like.patch +220_maxcol.patch 900_ChangeLog.patch |