[comp.lang.c] MENUS ? HELP!

FCS101@psuvm.psu.edu (FRANK C SMEEKS) (03/05/91)

Hi, I am running Borland Turbo C and would like to know if anyone has any sourc
e code for doing menus.  I want to do like pc tools, etc... with a menu across
the top but I want the bottom of the screen reserved for graphics.  I bought FA
STPLOT which I am using to display a real time graph/signal which I want to use
 the menu to change (i.e. height, color, etc...) if anyone has a similar menu p
rogram this could save me some unnecessary typing, etc...  Thanks for looking f
or me!       ---- Frank Smeeks
FCS101 at PSUVM

warnock@stars.gsfc.nasa.gov (Archie Warnock) (03/05/91)

In article <91063.202559FCS101@psuvm.psu.edu>, FCS101@psuvm.psu.edu (FRANK C SMEEKS) writes...
>Hi, I am running Borland Turbo C and would like to know if anyone has any sourc
>e code for doing menus.  I want to do like pc tools, etc... with a menu across

Get TPU_31.ZIP from SIMTEL20.  It's got all that stuff in it.  If you 
need it in graphics mode instead of text, get TEGL.ZIP (also from SIMTEL20).
Then go have a Rolling Rock at the 'Skeller for me. <g>

----------------------------------------------------------------------------
-- Archie Warnock (PSU '75, '78g) Internet:  warnock@stars.gsfc.nasa.gov
-- ST Systems Corp.                   SPAN:      STARS::WARNOCK
-- Lab for Astronomy and Solar Physics
-- Goddard Space Flight Center        "Unix - JCL for the 90s"

gtir5@fel.tno.nl (G.R.Timmens) (03/12/91)

Hello, I'm looking for such a library too, however I'm not using 
turbo C, but working under SUN cc.

Can anybody tell me if there's such a library for unix cc ?
And if so, where I can get it ?

Thanks in advance,

Ger Timmens,
e-mail: Ger.Timmens@fel.tno.nl
e-mail: ger@cv.ruu.nl

P.S. I'm currently using the curses lib and the termcap lib.