X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_slk.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_slk.3x.html;h=c1dad6e59d1a2d833fa1a21b28fa47bf58004d97;hp=4fc3d596a65e39bc2a7ca28d5f623809191ffd43;hb=c55d387cebf1cee4757ca2c2ef4fbeae59ee4175;hpb=96a4663880a73a00b11700da8a404fdd56833925;ds=sidebyside diff --git a/doc/html/man/curs_slk.3x.html b/doc/html/man/curs_slk.3x.html index 4fc3d596..c1dad6e5 100644 --- a/doc/html/man/curs_slk.3x.html +++ b/doc/html/man/curs_slk.3x.html @@ -1,6 +1,6 @@ @@ -203,6 +203,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 +295,7 @@
 
 
 
  • RETURN VALUE
  • +
  • HISTORY
  • EXTENSIONS
  • NOTES
  • PORTABILITY