Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!haven.umd.edu!mimsy!kong!njacobs From: njacobs@kong.gsfc.nasa.gov (Nick Jacobs - EOS) Newsgroups: comp.unix.programmer Subject: Re: CURSES Summary: More details, please Message-ID: <1991May2.193111.21338@kong.gsfc.nasa.gov> Date: 2 May 91 19:31:11 GMT References: <1991May1.192004.25227@msuinfo.cl.msu.edu> Followup-To: comp.unix.programmer Distribution: usa Organization: Goddard Space Flight Center Lines: 10 In article <1991May1.192004.25227@msuinfo.cl.msu.edu> burroak@convex.cl.msu.edu (newell franks) writes: >I'm having a problem with switch(c) while programming with curses. The keys >don't function as I thought they should. I am by no means an expert C What exactly happens when you run the program? It's difficult to help when you don't say what goes wrong. BTW did you remember to call cbreak() and keypad( window, TRUE ) near the beginning? Nick Jacobs