hi,

On Mon, May 19, 2008 at 10:16:09PM +0200, Tobias wrote:
> >-if have_library("ncurses", "wmove")
> >-  curses_lib = "ncurses"
> >+if have_library("ncursesw", "wmove")
> >+  curses_lib = "ncursesw"
> >  
> Would the resulting module still work with terminals in other character 
> encodings?

i think so, at least my test ncurses_bin.so linked  against both libncursesw.so
and libncurses.so.5 does work without problems in my non-utf8 terminal (at
least the hello_world example).

bye,
    - michael



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to