Date: Mon, 8 Jul 1996 11:34:28 +0800 (GMT) From: Orlando Andico To: djgpp AT delorie DOT com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello all: I've been mucking around with curses. Anyone know where I can get a good tutorial on this thing? I tried Eric S. Raymond's "Introduction to Programming in NCurses" at http://www.ccil.org/~esr/ncurses.html, but my browser can't seem to find the URL. Anyways, my problem is fairly simple: I want to input a string into a window asynchronously. Something like fgets(), but I can do other things while waiting for \n to be pressed. Cheers, Orly