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=4fc3d596a65e39bc2a7ca28d5f623809191ffd43;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=cb4427a16794d98049b4d790b810d62217501f9f diff --git a/doc/html/man/curs_slk.3x.html b/doc/html/man/curs_slk.3x.html index 4fc3d596..1e4f954b 100644 --- a/doc/html/man/curs_slk.3x.html +++ b/doc/html/man/curs_slk.3x.html @@ -1,6 +1,7 @@ - @@ -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); @@ -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