Path: utzoo!attcan!uunet!wuarchive!cs.utexas.edu!titan!drack From: drack@titan.tsd.arlut.utexas.edu (Dave Rackley) Newsgroups: comp.lang.c Subject: Re: Curses and portability question. Message-ID: Date: 10 Dec 90 19:28:00 GMT References: <1990Dec10.110403.139@vax1.mankato.msus.edu> Sender: news@titan.tsd.arlut.utexas.edu Organization: Applied Research Laboratories, University of Texas at Austin. Lines: 32 In-reply-to: accwork@vax1.mankato.msus.edu's message of 10 Dec 90 17:04:03 GMT In article <1990Dec10.110403.139@vax1.mankato.msus.edu> accwork@vax1.mankato.msus.edu writes: >I am writing a program, which i hope to maintain a high level of portability. >But i also want to some screen management. I was planning on using curses. Is >this a "good" choice ? Is their something that is more standard ? I hope to >keep the portability accross a vax, and a pc. So is their any chance of this >? > thanks for your time. > brian. > -- > Brian D. Goecke > Mankato State University > Accademic Computer Center Programmer. > accwork@vax1.mankato.msus.edu When faced with this situation I chose to use ANSI escape sequences instead of curses. VAXen with VMS and DOS machines have very similar escape codes. Of course when you do this, screen management is up to you. Just my two cents worth :-) -- DISCLAIMER? I don't know anything 'bout any ol' disclaimer! +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ | David Rackley | | | Applied Research Laboratories | It's OK to be a martyr, as long as | | The University of Texas | you don't bring your own firewood. | | Austin, TX. 78758 | -- Dr. James Rigby | +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+