Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!daver!kcdev!genco!rad From: rad@genco.bungi.com (Bob Daniel) Newsgroups: comp.unix.programmer Subject: Re: missing function in curses.h Message-ID: <175@genco.bungi.com> Date: 30 Dec 90 19:46:25 GMT References: <1990Dec15.175917.27136@comm.wang.com> <1990Dec20.132240.19103@ibmpcug.co.uk> <173@genco.bungi.com> <1990Dec29.053417.6150@NCoast.ORG> Reply-To: rad@genco.bungi.com (Bob Daniel) Organization: Gentry & Assoc. Excelsior Springs, MO Lines: 12 In article <1990Dec29.053417.6150@NCoast.ORG> allbery@ncoast.ORG.ORG (Brandon S. Allbery KB8JRR) writes: >slk_* is from SVR3.2 curses, and provides support for function key labels. >slk_set() writes to a function key label (one of 8), which is either a >hardware label (such as on the Wyse 50/60, if you don't use the bottom line >for a status line) or is "borrowed" from the last line on the screen. > >Chances are, you don't need the function key labels at all and can simply >remove (or stub out) any function starting with "slk_". Actually, I'm am using this routine for the purpose of setting function key labels. I'm running AT&T SV3.2.2 and the 4.1.6 C Development Kit. It doesn't include all the slk_* functions. Is there a solution?