Re: parsing terminfo entries

2010-04-21 Thread Alberto Mijares
On Wed, Apr 21, 2010 at 3:57 PM, Robert Huff 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 list http://lists

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 "f

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 sh

Re: parsing terminfo entries

2010-04-21 Thread Carl Johnson
Robert Huff 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 attributes for any ter

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 http://lists.freebsd.or