X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_slk.3x.html;h=1e4f954b474dc050e727d211e44b2a7ca0425b05;hp=4b617ab4e2201c0feb75e05516a12f01291cd2af;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=ed646e3f683083e787c6ba773364401dc9fa9d40;ds=sidebyside diff --git a/doc/html/man/curs_slk.3x.html b/doc/html/man/curs_slk.3x.html index 4b617ab4..1e4f954b 100644 --- a/doc/html/man/curs_slk.3x.html +++ b/doc/html/man/curs_slk.3x.html @@ -1,6 +1,7 @@ - - + curs_slk 3x - + @@ -58,6 +59,7 @@ int slk_init(int fmt); int slk_set(int labnum, const char *label, int fmt); + /* extension */ int slk_wset(int labnum, const wchar_t *label, int fmt); char *slk_label(int labnum); @@ -146,10 +148,10 @@

Video attributes

        The slk_attron, slk_attrset, slk_attroff and slk_attr  routines  corre-
-       spond  to  attron,  attrset, attroff and attr_get.  They have an effect
-       only if soft labels are simulated on the bottom  line  of  the  screen.
-       The default highlight for soft keys is A_STANDOUT (as in System V curs-
-       es, which does not document this fact).
+       spond  to  attron,  attrset,  attroff and attr_get, respectively.  They
+       have an effect only if soft labels are simulated on the bottom line  of
+       the  screen.   The default highlight for soft keys is A_STANDOUT (as in
+       System V curses, which does not document this fact).
 
 
 

Colors

@@ -162,7 +164,7 @@
 
 
 

RETURN VALUE

-       These  routines return ERR upon failure and OK (SVr4 specifies only "an
+       These  routines return ERR upon failure and OK (SVr4 specifies only "an
        integer value other than ERR") upon successful completion.
 
        X/Open defines no error conditions.  In this implementation
@@ -203,6 +205,31 @@
                or if memory for the labels cannot be allocated.
 
 
+

HISTORY

+       SVr3 introduced these functions:
+         slk_clear
+         slk_init
+         slk_label
+         slk_noutrefresh
+         slk_refresh
+         slk_restore
+         slk_set
+         slk_touch
+
+       SVr4 added these functions:
+         slk_attroff
+         slk_attron
+         slk_attrset
+         slk_start
+
+       X/Open Curses added these:
+         slk_attr_off
+         slk_attr_on
+         slk_attr_set
+         slk_color
+         slk_wset
+
+
 

EXTENSIONS

        X/Open  Curses  documents the opts argument as reserved for future use,
        saying that it must be null.  This implementation uses  that  parameter
@@ -270,6 +297,7 @@
 
 
 
  • RETURN VALUE
  • +
  • HISTORY
  • EXTENSIONS
  • NOTES
  • PORTABILITY