On Thu, Jan 11, 2007 at 06:29:48PM -0700, Daniel Dilts wrote: > Ok, I've used this at work (very rudimentary stuff, but none the less...). > How does this help me? I'm still confused. >
They do what you're talking about. They use ncurses to display stuff from other ncurses programs. If you look at the code it might help you decide how to do it. Also, I might recommend looking around for pseudo-terminal (pty) stuff like the function openpty in pty.h (-lutil). There might be useful stuff there (although I've never used it personally). -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868
signature.asc
Description: Digital signature
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
