Re: ncursesw

2010-08-25 Thread Martin Pieuchot
On 25/08/10(Wed) 18:29, Nicholas Marriott wrote: > Hmm. I can't reproduce this. > > What arch are you using? -current? > > I do, in uxterm: > > $ tmux kill-server > $ export LANG=en_US.UTF-8 > $ tmux new > $ echo $LANG > en_US.UTF-8 > $ mutt > > And open a UTF-8 email, which appears fine, including

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
t hasn't been tested 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 +

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
Hmm. I can't reproduce this. What arch are you using? -current? I do, in uxterm: $ tmux kill-server $ export LANG=en_US.UTF-8 $ tmux new $ echo $LANG en_US.UTF-8 $ mutt And open a UTF-8 email, which appears fine, including wide characters. Can you give me the exact steps you are using? On We

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
l the window is totally redrawn, when > I change its size for example). Here 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

Re: ncursesw

2010-08-25 Thread Martin Pieuchot
odification 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 nc

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
; > > > > > > > I'll run a bulk with it if noone beats me to it. > > > > > > > > > > Here's a list of candidates that are likely to be affected: > > > > > > > > > > audio/herrie.log:cc -c ./src/audio_fil

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 > > > > int > > main () > > { > > #ifndef get_wch > > # error get_wch not found! > > #endif > > ; > > return 0; > > } > > > > conftest.c:126:8: erro

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
gt; > 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\" &

Re: ncursesw

2010-08-25 Thread Landry Breuil
c -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=\ -I/usr/local/inc

Re: ncursesw

2010-08-25 Thread Nicholas Marriott
#x27;ll run a bulk with it if noone beats me 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=\&quo

Re: ncursesw

2010-08-24 Thread Landry Breuil
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-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 wrote: > > > Here are the bits for wide character support in libcurses, libform, > > libpanel, libmenu. > > Along with this, we also w

Re: ncursesw

2010-08-24 Thread Christian Weisgerber
Nicholas Marriott 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.

Re: ncursesw

2010-08-23 Thread Christian Weisgerber
e -DAPP_NAME=\"herrie\" -DAPP_VERSION=\"2.2\" -I/usr/local/include -I/usr/local/include/ncursesw -I/usr/local/include/ncurses -DCURSES_HEADER=\ -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/local/lib/glib-

Re: ncursesw

2010-08-22 Thread Landry Breuil
n't bother unless you 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 &g

ncursesw

2010-08-22 Thread Nicholas Marriott
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'