X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_sp_funcs.3x.html;h=d532d6cd7f8883af1d939122909b92ea0e9ec2e1;hb=HEAD;hp=480f998aada290697f244d29efcfe6781f038fa4;hpb=bf2c36c4930ac5bb04cd2b1ba209cd09b6f510ab;p=ncurses.git diff --git a/doc/html/man/curs_sp_funcs.3x.html b/doc/html/man/curs_sp_funcs.3x.html index 480f998a..4b84cd78 100644 --- a/doc/html/man/curs_sp_funcs.3x.html +++ b/doc/html/man/curs_sp_funcs.3x.html @@ -1,6 +1,6 @@ -curs_sp_funcs 3x 2023-12-23 ncurses 6.4 Library calls +curs_sp_funcs 3x 2024-05-11 ncurses 6.5 Library calls -

curs_sp_funcs 3x 2023-12-23 ncurses 6.4 Library calls

+

curs_sp_funcs 3x 2024-05-11 ncurses 6.5 Library calls

 curs_sp_funcs(3x)                Library calls               curs_sp_funcs(3x)
 
@@ -70,7 +70,7 @@
        int echo_sp(SCREEN* sp);
        int endwin_sp(SCREEN* sp);
        char erasechar_sp(SCREEN* sp);
-       int erasewchar_sp(SCREEN* sp, wchar_t *ch);
+       int erasewchar_sp(SCREEN* sp, wchar_t *wc);
        int extended_color_content_sp(SCREEN * sp, int color, int * r, int * g, int * b);
        int extended_pair_content_sp(SCREEN* sp, int pair, int * fg, int * bg);
        int extended_slk_color_sp(SCREEN* sp, int pair);
@@ -88,7 +88,7 @@
 
        bool has_ic_sp(SCREEN* sp);
        bool has_il_sp(SCREEN* sp);
-       int has_key_sp(SCREEN* sp, int ch);
+       int has_key_sp(SCREEN* sp, int c);
        bool has_mouse_sp(SCREEN* sp);
        int init_color_sp(SCREEN* sp, short color, short r, short g, short b);
        int init_extended_color_sp(SCREEN* sp, int color, int r, int g, int b);
@@ -108,7 +108,7 @@
        int keyok_sp(SCREEN* sp, int keycode, bool enable);
        char killchar_sp(SCREEN* sp);
 
-       int killwchar_sp(SCREEN* sp, wchar_t *ch);
+       int killwchar_sp(SCREEN* sp, wchar_t *wc);
        char* longname_sp(SCREEN* sp);
        int mcprint_sp(SCREEN* sp, char *data, int len);
        int mouseinterval_sp(SCREEN* sp, int erval);
@@ -166,8 +166,8 @@
        chtype termattrs_sp(SCREEN* sp);
        char* termname_sp(SCREEN* sp);
        int typeahead_sp(SCREEN* sp, int fd);
-       int unget_wch_sp(SCREEN* sp, const wchar_t wch);
-       int ungetch_sp(SCREEN* sp, int ch);
+       int unget_wch_sp(SCREEN* sp, const wchar_t wc);
+       int ungetch_sp(SCREEN* sp, int c);
        int ungetmouse_sp(SCREEN* sp, MEVENT* event);
        int use_default_colors_sp(SCREEN* sp);
        void use_env_sp(SCREEN* sp, bool bf);
@@ -178,7 +178,7 @@
        int vid_puts_sp(SCREEN* sp, attr_t attrs, short pair, void * opts, NCURSES_SP_OUTC putc);
        int vidattr_sp(SCREEN* sp, chtype attrs);
        int vidputs_sp(SCREEN* sp, chtype attrs, NCURSES_SP_OUTC putc);
-       wchar_t* wunctrl_sp(SCREEN* sp, cchar_t *ch);
+       wchar_t* wunctrl_sp(SCREEN* sp, cchar_t *wch);
 
        #include <form.h>
 
@@ -215,7 +215,7 @@
 
        #include <unctrl.h>
 
-       NCURSES_CONST char* unctrl_sp(SCREEN* sp, chtype c);
+       NCURSES_CONST char* unctrl_sp(SCREEN* sp, chtype ch);
 
 
 

DESCRIPTION

@@ -294,7 +294,7 @@
 
 
 
-ncurses 6.4                       2023-12-23                 curs_sp_funcs(3x)
+ncurses 6.5                       2024-05-11                 curs_sp_funcs(3x)