Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!ucbcad!zen!cory.Berkeley.EDU!iverson From: iverson@cory.Berkeley.EDU (Tim Iverson) Newsgroups: comp.sources.d Subject: Re: A question about the pcurses package Message-ID: <4600@zen.berkeley.edu> Date: Mon, 26-Oct-87 18:35:04 EST Article-I.D.: zen.4600 Posted: Mon Oct 26 18:35:04 1987 Date-Received: Wed, 28-Oct-87 22:43:47 EST References: <18086@yale-celray.yale.UUCP> Sender: news@zen.berkeley.edu Reply-To: iverson@cory.Berkeley.EDU.UUCP (Tim Iverson) Organization: University of California, Berkeley Lines: 42 In article <18086@yale-celray.yale.UUCP> moran@yale-zoo-suned.UUCP (William Moran) writes: >I recently ftp-ed the pcurses package which was distributed in >mod.sources a while ago, and I now have several questions. Did anyone >actually port this stuff to MS-DOS? It looks like you got ahold of a copy of the port that I did. It works, but still has some rough spots that need to be fixed before I post (like replacing all the terminfo stuff with termcap - the whole terminfo concept is brain damaged and cock-eyed). >Looking through the sources, I >notice places where there are #ifdef MSDOS directives, but there are >some things which I cannot believe make it on an msdos system such as >#include-s of sgtty.h. This is just the standard UNIX sgtty.h. I included it just for the structure defines - this is another of those rough spots. > Further the make file seems to be using true >Un*x power (something I haven't seen in too many PC c compilers). So, I used ndmake, by Don Kneller. Shareware & true UNIX compatibility. >I conclude that one of the following is true: >1) Someone had started the port and the version I have is incomplete >2) Someone out there has a much smarter MS-DOS C compiler than I do Just standard msc4.0, but after 3 years of porting stuff from the net to msdos, my libraries & headers resemble unix rather more than they did at first. :-) The most recent version (which hasn't changed since last time) can be ftp'd from ucbvax -> /pub/pcurses.arc. There isn't likely to be another more polished version for at least 6 months. You might want to look into pccurses; its another port of Pavel Curtis' pcurses, but to ibmpc's, not to msdos - it uses the BIOS extensively; I can't recall finding any major bugs in it. Check the comp.sources.misc archives for this one. - Tim Iverson iverson@cory.Berkeley.EDU ucbvax!cory!iverson