missing function in curses.h

Brandon S. Allbery KB8JRR allbery at NCoast.ORG
Sat Dec 29 16:34:17 AEST 1990


As quoted from <173 at genco.bungi.com> by rad at genco.bungi.com (Bob Daniel):
+---------------
| I have a routine in C that uses the function slk_set which it expects to find
| in curses.h.  This routine is used to set fkey labels on AT&T terminals.  I
| have looked on AT&T 3B2 and 386 running 3.2 UNIX and neither have this function.
| What is this function, is there an alternative?
+---------------

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_".

++Brandon
-- 
Me: Brandon S. Allbery			    VHF/UHF: KB8JRR on 220, 2m, 440
Internet: allbery at NCoast.ORG		    Packet: KB8JRR @ WA8BXN
America OnLine: KB8JRR			    AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY



More information about the Comp.unix.programmer mailing list