X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_sp_funcs.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_sp_funcs.3x.html;h=17bf52474c6e7ece40524caa689b3fa9604b737c;hp=c934b28ff63955757946566bc9764b3ee49742f2;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hpb=45a2b5bc1a4536173178e9907feb268c708797c7 diff --git a/doc/html/man/curs_sp_funcs.3x.html b/doc/html/man/curs_sp_funcs.3x.html index c934b28f..17bf5247 100644 --- a/doc/html/man/curs_sp_funcs.3x.html +++ b/doc/html/man/curs_sp_funcs.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_sp_funcs.3x,v 1.24 2021/01/02 23:53:22 tom Exp @ + * @Id: curs_sp_funcs.3x,v 1.25 2021/05/22 22:12:46 tom Exp @ * *************************************************************************** * *************************************************************************** * *************************************************************************** @@ -73,11 +73,12 @@ int echo_sp(SCREEN* sp); int endwin_sp(SCREEN* sp); char erasechar_sp(SCREEN* sp); + int erasewchar_sp(SCREEN* sp, wchar_t *ch); 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); - void filter_sp(SCREEN* sp); + void filter_sp(SCREEN* sp); int find_pair_sp(SCREEN* sp, int fg, int bg); int flash_sp(SCREEN* sp); int flushinp_sp(SCREEN* sp); @@ -87,8 +88,8 @@ WINDOW* getwin_sp(SCREEN* sp, FILE* filep); int halfdelay_sp(SCREEN* sp, int tenths); bool has_colors_sp(SCREEN* sp); - bool has_ic_sp(SCREEN* sp); + bool has_ic_sp(SCREEN* sp); bool has_il_sp(SCREEN* sp); int has_key_sp(SCREEN* sp, int ch); bool has_mouse_sp(SCREEN* sp); @@ -98,19 +99,20 @@ int init_pair_sp(SCREEN* sp, short pair, short fg, short bg); int intrflush_sp(SCREEN* sp, WINDOW* win, bool bf); bool is_term_resized_sp(SCREEN* sp, int lines, int columns); - bool isendwin_sp(SCREEN* sp); + bool isendwin_sp(SCREEN* sp); int key_defined_sp(SCREEN* sp, const char *definition); char* keybound_sp(SCREEN* sp, int keycode, int count); NCURSES_CONST char * keyname_sp(SCREEN* sp, int c); int keyok_sp(SCREEN* sp, int keycode, bool enable); char killchar_sp(SCREEN* sp); + int killwchar_sp(SCREEN* sp, wchar_t *ch); char* longname_sp(SCREEN* sp); int mcprint_sp(SCREEN* sp, char *data, int len); int mouseinterval_sp(SCREEN* sp, int erval); + mmask_t mousemask_sp(SCREEN* sp, mmask_t newmask, mmask_t *oldmask); int mvcur_sp(SCREEN* sp, int oldrow, int oldcol, int newrow, int newcol); - int napms_sp(SCREEN* sp, int ms); WINDOW* newpad_sp(SCREEN* sp, int nrows, int ncols); SCREEN* new_prescr(void); @@ -119,9 +121,9 @@ int nl_sp(SCREEN* sp); int nocbreak_sp(SCREEN* sp); int noecho_sp(SCREEN* sp); + void nofilter_sp(SCREEN* sp); int nonl_sp(SCREEN* sp); - void noqiflush_sp(SCREEN* sp); int noraw_sp(SCREEN* sp); int pair_content_sp(SCREEN* sp, short pair, short* fg, short* bg); @@ -130,9 +132,9 @@ int reset_prog_mode_sp(SCREEN* sp); void reset_color_pairs_sp(SCREEN* sp); int reset_shell_mode_sp(SCREEN* sp); + int resetty_sp(SCREEN* sp); int resize_term_sp(SCREEN* sp, int lines, int columns); - int resizeterm_sp(SCREEN* sp, int lines, int columns); int ripoffline_sp(SCREEN* sp, int line, int (*init)(WINDOW* win, int fmt)); int savetty_sp(SCREEN* sp); @@ -141,8 +143,8 @@ int scr_set_sp(SCREEN* sp, const char *filename); int set_escdelay_sp(SCREEN* sp, int ms); int set_tabsize_sp(SCREEN* sp, int cols); - int slk_attr_set_sp(SCREEN* sp, const attr_t attrs, short pair, void*opts); + int slk_attr_set_sp(SCREEN* sp, const attr_t attrs, short pair, void*opts); int slk_attrset_sp(SCREEN* sp, const chtype a); int slk_attroff_sp(SCREEN* sp, const chtype a); int slk_attron_sp(SCREEN* sp, const chtype a); @@ -152,8 +154,8 @@ int slk_init_sp(SCREEN* sp, int fmt); char* slk_label_sp(SCREEN* sp, int labnum); int slk_noutrefresh_sp(SCREEN* sp); - int slk_refresh_sp(SCREEN* sp); + int slk_refresh_sp(SCREEN* sp); int slk_restore_sp(SCREEN* sp); int slk_set_sp(SCREEN* sp, int labnum, const char * label, int fmt); int slk_touch_sp(SCREEN* sp); @@ -163,8 +165,8 @@ 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 ungetch_sp(SCREEN* sp, int ch); int ungetmouse_sp(SCREEN* sp,MEVENT * event); int use_default_colors_sp(SCREEN* sp); void use_env_sp(SCREEN* sp, bool bf);