X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_sp_funcs.3x.html;h=bcd077b47bd85bcd39247557a5b050ae630773b1;hb=9193d076200365eeb5ff932acdbbdcc5e452292c;hp=2a05fe5ec9d716407a0619c1e5b0669000742ae6;hpb=0de8912c1c0746eb37b733e9e6fdf852aab9506a;p=ncurses.git diff --git a/doc/html/man/curs_sp_funcs.3x.html b/doc/html/man/curs_sp_funcs.3x.html index 2a05fe5e..bcd077b4 100644 --- a/doc/html/man/curs_sp_funcs.3x.html +++ b/doc/html/man/curs_sp_funcs.3x.html @@ -26,7 +26,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_sp_funcs.3x,v 1.13 2019/03/23 23:04:13 tom Exp @ + * @Id: curs_sp_funcs.3x,v 1.16 2019/04/13 16:41:08 tom Exp @ * *************************************************************************** * *************************************************************************** * *************************************************************************** @@ -53,7 +53,7 @@

SYNOPSIS

-       #include <curses.h>
+       #include <curses.h> #include <term.h>
 
        int alloc_pair_sp(SCREEN*, int, int);
        int assume_default_colors_sp(SCREEN*, int, int);
@@ -142,7 +142,7 @@
        int slk_clear_sp(SCREEN*);
        int slk_color_sp(SCREEN*, short);
        int slk_init_sp(SCREEN*, int);
-       char * slk_label_sp(SCREEN*, int);
+       char* slk_label_sp(SCREEN*, int);
        int slk_noutrefresh_sp(SCREEN*);
        int slk_refresh_sp(SCREEN*);
        int slk_restore_sp(SCREEN*);
@@ -159,7 +159,7 @@
        int unget_wch_sp(SCREEN*, const wchar_t);
        int use_default_colors_sp(SCREEN*);
        void use_env_sp(SCREEN*, bool);
-       void use_tioctl_sp (SCREEN *, bool);
+       void use_tioctl_sp(SCREEN *, bool);
        int use_legacy_coding_sp(SCREEN*, int);
        int vid_attr_sp(SCREEN*, attr_t, short, void *);
        int vidattr_sp(SCREEN*, chtype);