Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2007 16:48:56 +0800
From:      "Rong-en Fan" <grafan@gmail.com>
To:        "FreeBSD Current" <freebsd-current@freebsd.org>
Subject:   [CFT] ncurses wide character support
Message-ID:  <6eb82e0701310048u5d36ef5y3dcfe8116ad1aac3@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Finally, I have ncurses wide character support. Patch is at

http://people.freebsd.org/~rafan/ncurses/ncursesw-5.6-fbsd7-20070128.diff

Before you can apply it, you need to

mkdir -p \
	/usr/src/lib/ncurses/formw \
	/usr/src/lib/ncurses/menuw \
	/usr/src/lib/ncurses/ncursesw \
	/usr/src/lib/ncurses/panelw

Please note this patch accidentally removes libmytinfo (it is going to be
removed soon). I have tested on my i386 current with mutt. It works just
fine.

I use a hack in src/Makefile.inc1 to make amd64 world + lib32 work. Details
can be found in

http://lists.freebsd.org/pipermail/freebsd-hackers/2007-January/019408.html

Please test and feedbacks are welcome. :)

Regards,
Rong-En Fan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6eb82e0701310048u5d36ef5y3dcfe8116ad1aac3>