[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions , Volume 2


slk_restore Subroutine

Purpose

Restores soft function-key labels to the screen.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>
 
slk_restore()

Description

The slk_restore subroutine restores the soft function-key labels to the screen after a call to the slk_clear subroutine. The label names are not restored. These labels appear at the bottom of the screen and give applications, such as editors, a more user-friendly look. You must call the slk_init subroutine before you can use soft labels.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The slk_init (slk_init Subroutine) subroutine, slk_clear (slk_attroff, slk_attr_off, slk_attron, slk_attrset, slk_attr_set, slk_clear, slk_color, slk_init, slk_label, slk_noutrefresh, slk_refresh, slk_restore, slk_set, slk_touch, slk_wset, Subroutine) subroutine.

Curses Overview for Programming, List of Curses Subroutines, Manipulating Soft Labels in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]