Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!apple!mas1!condor From: condor@mas1.UUCP (Rick Kawala) Newsgroups: comp.unix.ultrix Subject: Ultrix curses problem Message-ID: <2009@mas1.UUCP> Date: 7 Mar 90 19:34:12 GMT Distribution: na Organization: Measurex Automation Systems, Cupertino CA Lines: 16 I have an application that we've been running under 4.x BSD for about 6 years now. When we went to move it to Ultrix, we found that curses.h didn't contain "extern" declarations for the variables KL and KR (which normally are extern char *'s that point to the sequences generated by the left and right arrow keys on a particular terminal). Does anyone know why these variables aren't available? I tried "externing" them myself, but they just weren't there. Is there another way of getting this information? Do I have to hardwire these codes in for every terminal type we use (fortunately, we only have about 5, but it's still a disgusting solution)? Any info would be appreciated. Rick Kawala Whatever it is, consider it disclaimed.