Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!uw-beaver!cornell!rochester!pt.cs.cmu.edu!cadre!pitt!cisunx!center From: center@cisunx.UUCP (John L Center) Newsgroups: comp.unix.questions Subject: Curses-compatable getkey() Summary: How do you get the arrow keys? Message-ID: <14660@cisunx.UUCP> Date: 29 Dec 88 20:13:39 GMT Reply-To: center@unix.cis.pittsburgh.edu (John L Center) Organization: Univ. of Pittsburgh, Comp & Info Sys Lines: 12 Hello, I need some help using curses. I want to use the keypad keys - arrow, function keys, etc. - in a program I'm writing. The version of curses here at Pitt does not support the keypad() command. Our version of unix (ultrix) uses termcap, not terminfo. Is there a way to read and use those keys that is compatible with curses? Also, is there a way that is portable, too? Thanks in advance... John Center