Nicholas Marriott <[email protected]> wrote:
> Here are the bits for wide character support in libcurses, libform,
> libpanel, libmenu.
Along with this, we also want to enable support in lynx.
(Display looks fine, but the cursor position is wrong when you enter
non-ASCII text into an input field.)
Index: gnu/usr.bin/lynx/Makefile.bsd-wrapper
===================================================================
RCS file: /cvs/src/gnu/usr.bin/lynx/Makefile.bsd-wrapper,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile.bsd-wrapper
--- gnu/usr.bin/lynx/Makefile.bsd-wrapper 8 Aug 2009 12:20:30 -0000
1.18
+++ gnu/usr.bin/lynx/Makefile.bsd-wrapper 24 Aug 2010 14:07:16 -0000
@@ -11,7 +11,7 @@ OPT=-O1
.endif
GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS} ${OPT}"
-CONFIGURE_ARGS= --with-ssl=/usr --enable-ipv6 --enable-debug
+CONFIGURE_ARGS= --with-ssl=/usr --enable-widec --enable-ipv6 --enable-debug
HTMLDIR= /usr/share/doc/html
HELPFILES= keystrokes/alt_edit_help.html keystrokes/bookmark_help.html \
keystrokes/cookie_help.html keystrokes/dired_help.html \
--
Christian "naddy" Weisgerber [email protected]