Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!uunet!munnari.oz.au!csc.anu.edu.au!coombs!avalon From: avalon@coombs.anu.edu.au (avalon) Newsgroups: comp.unix.questions Subject: using getstr() & other curses input functions. Message-ID: Date: 17 Jan 91 17:21:57 GMT Lines: 16 Nntp-Posting-Host: coombs.anu.edu.au G'day, can anyone give me a reason why when I call the getstr(), wgetstr(), scanw(), wscanw() curses library functions, the program just hangs and refuses to budge ? wgetch() and getch() work fine - as long as i do a nocrmode() call first (else they hang too). a forced core dump of the program while it is hung shows it to get stuck in the read() call. Can anyone tell me what I am doing wrong or how to get these functions to work properly ?? please reply via email. thanks, -avalon