Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: configure should have --with-ncurses and --with-ncursesw
- X-seq: zsh-workers 23085
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: configure should have --with-ncurses and --with-ncursesw
- Date: Thu, 4 Jan 2007 11:19:28 +0000
- In-reply-to: <20061225012304.GC31010@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Cambridge Silicon Radio
- References: <20061218143802.GX11091@xxxxxxxxxxxxxxxxxxx> <20061218154652.a9a77e25.pws@xxxxxxx> <20061219161216.GC7815@DervishD> <200612191622.kBJGMcXb005284@xxxxxxxxxxxxxx> <20061225012304.GC31010@xxxxxxxxxxxxx>
Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> The problem is that zsh uses the curses API by default, so that
> currently, the only way to use the ncurses library is to install
> curses compatibility link (ncurses doesn't install them, but
> Linux distributions and Mac OS X do). The problem occurs when
> the user wants to install a newer version of ncurses (from
> upstream) in /usr/local, /opt/local or whatever. As zsh uses
> curses by default, it uses the old ncurses library (which, in
> the case of Mac OS X, is buggy).
>
> To be able to use ncurses by default, I had to change the configure
> script:
>
> - termcap_curses_order="tinfo curses ncurses termcap"
> + termcap_curses_order="ncurses tinfo curses termcap"
That looks harmless: I can't see why there might be a good reason for
preferring curses to ncurses. I'll have a go at this when I'm back in
normal operation (my home laptop power supply has died and I'm still
reeling from being back at work).
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser: http://www.csr.com/email_sig.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author