Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!pacbell.com!decwrl!bacchus.pa.dec.com!shlump.nac.dec.com!cat!suresh From: suresh@cat.enet.dec.com (Suresh Subramanian) Newsgroups: comp.unix.ultrix Subject: Curses Problem Message-ID: <14226@shlump.nac.dec.com> Date: 3 Aug 90 18:38:57 GMT Sender: newsdaemon@shlump.nac.dec.com Reply-To: suresh@cat.enet.dec.com (Suresh Subramanian) Organization: Digital Equipment Corporation Lines: 17 System calls like read and write, when interrupted after the signal handler function is done, return a value < 0 and put EINTR into errno. But getch and wgetch routines from curses when interrupted return from signal handler, and wait for user input. Does anyone know how to make getch or wgetch to return to the program after the interrupt rather than waiting for user input. BTW I am using Xopen curses under V4.0 of Ultrix. Thanks in advance Regards Suresh