Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: use curses library capability inventory and hope it's terminfo



On Apr 11, 10:44pm, Clint Adams wrote:
} Subject: PATCH: use curses library capability inventory and hope it's term
}
} >        char *boolnames, *boolcodes, *boolfnames
} > 
} >        char *numnames, *numcodes, *numfnames
} > 
} >        char *strnames, *strcodes, *strfnames
} > 
} >        These null-terminated arrays  contain  the  capnames,  the
} >        termcap  codes, and the full C names, for each of the ter-
} >        minfo variables.
} 
} Note that it says "termcap" codes.  The great thing is that on Solaris,
} it will actually contain terminfo capability names (which is what we
} want), but under ncurses, it will contain termcap capability names.

??  The `names' arrays are supposed to contain the terminfo names, and
the `codes' arrays the termcap codes.  Do you mean that the two will be
the same under ncurses?


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author