parsing terminfo entries

2010-04-21 Thread Robert Huff
Other than curses, is there a library that will let me parse a terminfo string? I.e. ask for the value of a particular setting? Robert Huff ___ freebsd-questions@freebsd.org mailing list

Re: parsing terminfo entries

2010-04-21 Thread Carl Johnson
Robert Huff roberth...@rcn.com writes: Other than curses, is there a library that will let me parse a terminfo string? I.e. ask for the value of a particular setting? I don't know of any way to parse it, but have you looked at tput(1)? It will give the value of termcap or terminfo

Re: parsing terminfo entries

2010-04-21 Thread Chuck Swiger
Hi-- On Apr 21, 2010, at 7:08 AM, Robert Huff wrote: Other than curses, is there a library that will let me parse a terminfo string? I.e. ask for the value of a particular setting? There is/was a compatibility layer called termcap which has things like tgetent(), tputs(), etc. You

Re: parsing terminfo entries

2010-04-21 Thread Robert Huff
I found what I need, folks. Thanks for the help. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: parsing terminfo entries

2010-04-21 Thread Alberto Mijares
On Wed, Apr 21, 2010 at 3:57 PM, Robert Huff roberth...@rcn.com wrote:        I found what I need, folks.        Thanks for the help. It would be great if you share the solution. Regards Alberto Mijares ___ freebsd-questions@freebsd.org mailing