[llvm] r187874 - Add support for linking against a curses library when available and

Chandler Carruth chandlerc at google.com
Wed Aug 7 14:23:10 PDT 2013


On Wed, Aug 7, 2013 at 2:06 PM, Richard <legalize at xmission.com> wrote:

> > What specific library are you suggesting? I'm unable to find a
> library/API
> > for terminfo directly, and instead find just the specs for its database
> > format.
>
> The library is ncurses.  The main difference between terminfo and
> termcap is the way the information about the capabilities is stored in
> the underlying database.


Yes, and I'm specifically using curses to query the terminfo database.
That's what this patch did. =] I think we're all in violent agreement.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130807/34df4847/attachment.html>


More information about the llvm-commits mailing list