Re: ncursesw

2010-08-25 Thread Nicholas Marriott
to it. Here's a list of candidates that are likely to be affected: audio/herrie.log:cc -c ./src/audio_file.c -O2 -pipe -I/usr/local/include -DAPP_NAME=\herrie\ -DAPP_VERSION=\2.2\ -I/usr/local/include -I/usr/local/include/ncursesw -I/usr/local/include/ncurses -DCURSES_HEADER

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
/include -DAPP_NAME=\herrie\ -DAPP_VERSION=\2.2\ -I/usr/local/include -I/usr/local/include/ncursesw -I/usr/local/include/ncurses -DCURSES_HEADER=\ncurses.h\ -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include/glib-2.0 -I/usr

Re: ncursesw

2010-08-25 Thread Stuart Henderson
On 2010/08/25 09:27, Nicholas Marriott wrote: The configure test run is more or less: #define _XOPEN_SOURCE_EXTENDED #include /usr/include/ncurses.h int main () { #ifndef get_wch # error get_wch not found! #endif ; return 0; } conftest.c:126:8: error: #error

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
: audio/herrie.log:cc -c ./src/audio_file.c -O2 -pipe -I/usr/local/include -DAPP_NAME=\herrie\ -DAPP_VERSION=\2.2\ -I/usr/local/include -I/usr/local/include/ncursesw -I/usr/local/include/ncurses -DCURSES_HEADER=\ncurses.h\ -I/usr/local/include/glib-2.0 -I

Re: ncursesw

2010-08-25 Thread Martin Pieuchot
to tig's configure in order to check both ncursesw/ncurses.h and ncurses.h for widechar. Martin --- configure.orig Sat Jun 12 21:08:59 2010 +++ configure Wed Aug 25 17:27:28 2010 @@ -3201,16 +3220,21 @@ done -for ac_header in ncursesw/ncurses.h +for ac_header in ncursesw/ncurses.h

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
is a screen of a nested mutt (left) and the same directly opened in an xterm (right): http://nolizard.org/obsd/tmux_ncurses_utf8.jpg Below is the modification to tig's configure in order to check both ncursesw/ncurses.h and ncurses.h for widechar. Martin --- configure.origSat Jun

Re: ncursesw

2010-08-25 Thread Martin Pieuchot
On 25/08/10(Wed) 17:00, Nicholas Marriott wrote: Show me the output from tmux lsc and tmux showw -g|grep utf8 with the client attached. a...@goiaba $ tmux lsc /dev/ttyp1: 0 [80x53 xterm-256color] (utf8) a...@goiaba $ tmux showw -g|grep utf8 utf8 on

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
with ncursesw. I still can't reproduce your problem Landry, don't know why :-/. On Wed, Aug 25, 2010 at 02:44:48PM +0100, Nicholas Marriott wrote: On Wed, Aug 25, 2010 at 09:27:55AM +0100, Nicholas Marriott wrote: On Wed, Aug 25, 2010 at 10:01:49AM +0200, Landry Breuil wrote: On Wed, Aug 25

Re: ncursesw

2010-08-24 Thread Nicholas Marriott
Thanks, I had lynx on my list to look at but hadn't got to it yet :-) On Tue, Aug 24, 2010 at 02:22:15PM +, Christian Weisgerber wrote: Nicholas Marriott nicholas.marri...@gmail.com wrote: Here are the bits for wide character support in libcurses, libform, libpanel, libmenu. Along

Re: ncursesw

2010-08-24 Thread Landry Breuil
/herrie.log:cc -c ./src/audio_file.c -O2 -pipe -I/usr/local/include -DAPP_NAME=\herrie\ -DAPP_VERSION=\2.2\ -I/usr/local/include -I/usr/local/include/ncursesw -I/usr/local/include/ncurses -DCURSES_HEADER=\ncurses.h\ -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include

Re: ncursesw

2010-08-23 Thread Landry Breuil
are going to test): http://nicm.ath.cx/~nicholas/ncursesw.tar.gz It is a major bump for all four libs. The files are also on cvs in ~nicm/ncursesw/. This builds all the libraries with the widechar code and also links them to w versions (libncursesw, libformw, etc). Some OSs only put

ncursesw

2010-08-22 Thread Nicholas Marriott
It is a major bump for all four libs. The files are also on cvs in ~nicm/ncursesw/. This builds all the libraries with the widechar code and also links them to w versions (libncursesw, libformw, etc). Some OSs only put the widechar stuff into libncursesw and not libncurses - I don't much like knobs