Xref: utzoo comp.unix.programmer:1487 comp.lang.perl:4778 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!altos!vsi1!daver!genco!rad From: rad@genco.bungi.com (Bob Daniel) Newsgroups: comp.unix.programmer,comp.lang.perl Subject: Soft Label Key functions (slk_...) Message-ID: <613@genco.bungi.com> Date: 3 Apr 91 19:00:37 GMT References: <19461@ogicse.ogi.edu> Reply-To: rad@genco.bungi.com (Bob Daniel) Followup-To: comp.unix.programmer Organization: Gentry & Assoc. Excelsior Springs, MO Lines: 8 I have a function to set key labels for fkeys but am attempting to find out what a label already contains. According to my manual, slk_label(label_number) will return the contents of label_number. I am not able to get it to return the contents. slk_init() needs to be called before using slk_label() but it appears to wipe out the contents of the label. Is there a way to get the label contents before init'ing them?