]> git.pld-linux.org Git - packages/w3m.git/commitdiff
- fix for non JP_CHARSET configuration.
authorkloczek <kloczek@pld-linux.org>
Wed, 21 Jun 2000 13:09:46 +0000 (13:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    w3m-JP_CHARSET.patch -> 1.1

w3m-JP_CHARSET.patch [new file with mode: 0644]

diff --git a/w3m-JP_CHARSET.patch b/w3m-JP_CHARSET.patch
new file mode 100644 (file)
index 0000000..765c338
--- /dev/null
@@ -0,0 +1,14 @@
+diff -Nru w3m-0.1.10/display.c w3m-0.1.10.new/display.c
+--- w3m-0.1.10/display.c       Tue Jun  6 07:39:13 2000
++++ w3m-0.1.10.new/display.c   Wed Jun 21 14:53:17 2000
+@@ -717,8 +717,10 @@
+     }
+     else {
+         buf->pos = l->len -1;
++#ifdef JP_CHARSET
+         if (CharType(p[buf->pos]) == PC_KANJI2)
+             buf->pos--;
++#endif
+     }
+     cpos = COLPOS(l, buf->pos);
+     buf->visualpos = cpos - buf->currentColumn;
This page took 0.116069 seconds and 4 git commands to generate.