Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucsfcgl.UUCP Path: utzoo!decvax!ucbvax!ucsfcgl!arnold From: arnold@ucsfcgl.UUCP (Ken Arnold%CGL) Newsgroups: net.unix-wizards,net.lang.c Subject: Re: curses question Message-ID: <633@ucsfcgl.UUCP> Date: Wed, 11-Sep-85 21:32:22 EDT Article-I.D.: ucsfcgl.633 Posted: Wed Sep 11 21:32:22 1985 Date-Received: Fri, 13-Sep-85 00:33:06 EDT References: <178@chinet.UUCP> Reply-To: arnold@ucsfcgl.UUCP (Ken Arnold) Distribution: na Organization: UCSF Computer Graphics Lab Lines: 16 Keywords: getstr() Xref: ucbvax net.unix-wizards:10045 net.lang.c:5528 In article <178@chinet.UUCP> rlk@chinet.UUCP (Richard L. Klappal) writes: >I am hoping for some curses(d) enlightenment!! > >My problems: > getstr() and scanw()/wscanw() You have problems with getst() and scanw() because they were never fully debugged because nobody I knew ever found them useful enough to use. I (and everyone I ever knew) always wrote my own input handling routines, especially since most curses programs do very special things with certain input, so general routines are pretty useless. These comments do not necessarily apply to System Vr2 curses, since that was written independently by Mark Horton Ken Arnold