On 29/05/13 at 10:10pm, Danny Rawlins wrote:
Thank you for reporting that, it is now fixed.
Hello, Also please apply the folowing patch to build lynx against ncursesw to support wide-characters (CJK and Unicode) in lynx. Thanks! diff --git a/lynx/Pkgfile b/lynx/Pkgfile index 1c50a11..1de4d17 100644 --- a/lynx/Pkgfile +++ b/lynx/Pkgfile @@ -6,7 +6,7 @@ name=lynx version=2.8.7 -release=4 +release=5 source=(http://lynx.isc.org/lynx$version/lynx$version.tar.bz2) build() { @@ -18,7 +18,8 @@ build() { --enable-color-style \ --enable-ipv6 \ --with-ssl=/usr/lib \ - --with-zlib + --with-zlib \ + --with-screen=ncursesw make make -j 1 DESTDIR=$PKG install -- Peter A. Shevtsov