Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sdcsvax.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sdcrdcf!sdcsvax!hutch From: hutch@sdcsvax.UUCP (Jim Hutchison) Newsgroups: net.micro,net.micro.pc Subject: Re: PC Curses Message-ID: <838@sdcsvax.UUCP> Date: Wed, 1-May-85 18:55:37 EDT Article-I.D.: sdcsvax.838 Posted: Wed May 1 18:55:37 1985 Date-Received: Mon, 13-May-85 07:15:21 EDT References: <59@drux1.UUCP> Reply-To: hutch@sdcsvax.UUCP (Jim Hutchison) Organization: UCSD EMU Project (Educational Microcomputer Unix) Lines: 38 Xref: watmath net.micro:10346 net.micro.pc:3940 Not a PC CURSES, but I have ported dpy. It is not ported to PC/MS DOS, but it will work just fine under PC/I and system III clones. It is simpler than Curses, and works well for most applications. It is also very fast. If you need an MS/PC DOS version, the only concerns are with the io control. Not really much to worry about, just adopt a convention for input of non-echoed character-at-a-time that can be in a cbreak-like mode. O.k. if that was not clear, pass all characters (control included, ^C your choice) , no buffering, no echo of input (e.g. NOECHO | CBREAK on 4.2, or ~ECHOxxx | ~ICANON with VMIN = 1 and VTIME = 1 on PC/IX). -=- /* "When you are dying, a wombat is better than no company at all." Jim Hutchison UUCP: sdcsvax!hutch sdcsvax!sdemu!raven!hutch sdcsvax!wizard!hutch ARPA: hutch@sdcsvax < Ofcourse these statements are only mine, not my employers. > */ -- -=- /* "When you are dying, a wombat is better than no company at all." Jim Hutchison UUCP: sdcsvax!hutch sdcsvax!sdemu!raven!hutch sdcsvax!wizard!hutch ARPA: hutch@sdcsvax < Ofcourse these statements are only mine, not my employers. > */