sp_funcs(3NCURSES) | sp_funcs(3NCURSES) |
curs_sp_funcs - curses screen-pointer extension
#include <curses.h>
int alloc_pair_sp(SCREEN*, int, int);
int assume_default_colors_sp(SCREEN*, int, int);
int baudrate_sp(SCREEN*);
int beep_sp(SCREEN*);
bool can_change_color_sp(SCREEN*);
int cbreak_sp(SCREEN*);
int color_content_sp(SCREEN*, short, short*, short*, short*);
int curs_set_sp(SCREEN*, int);
int def_prog_mode_sp(SCREEN*);
int def_shell_mode_sp(SCREEN*);
int define_key_sp(SCREEN*, const char *, int);
int delay_output_sp(SCREEN*, int);
int doupdate_sp(SCREEN*);
int echo_sp(SCREEN*);
int endwin_sp(SCREEN*);
char erasechar_sp(SCREEN*);
int extended_color_content_sp(SCREEN *, int, int *, int *, int *);
int extended_pair_content_sp(SCREEN*, int, int *, int *);
int extended_slk_color_sp(SCREEN*, int);
void filter_sp(SCREEN*);
int find_pair_sp(SCREEN*, int, int);
int flash_sp(SCREEN*);
int flushinp_sp(SCREEN*);
int free_pair_sp(SCREEN*, int);
int get_escdelay_sp(SCREEN*);
int getmouse_sp(SCREEN*, MEVENT*);
WINDOW* getwin_sp(SCREEN*, FILE*);
int halfdelay_sp(SCREEN*, int);
bool has_colors_sp(SCREEN*);
bool has_ic_sp(SCREEN*);
bool has_il_sp(SCREEN*);
int has_key_sp(SCREEN*, int);
bool has_mouse_sp(SCREEN*);
int init_color_sp(SCREEN*, short, short, short, short);
int init_extended_color_sp(SCREEN*, int, int, int, int);
int init_extended_pair_sp(SCREEN*, int, int, int);
int init_pair_sp(SCREEN*, short, short, short);
int intrflush_sp(SCREEN*, WINDOW*, bool);
bool is_term_resized_sp(SCREEN*, int, int);
bool isendwin_sp(SCREEN*);
int key_defined_sp(SCREEN*, const char *);
char* keybound_sp(SCREEN*, int, int);
NCURSES_CONST char * keyname_sp(SCREEN*, int);
int keyok_sp(SCREEN*, int, bool);
char killchar_sp(SCREEN*);
char* longname_sp(SCREEN*);
int mcprint_sp(SCREEN*, char *, int);
int mouseinterval_sp(SCREEN*, int);
mmask_t mousemask_sp(SCREEN*, mmask_t, mmask_t *);
int mvcur_sp(SCREEN*, int, int, int, int);
int napms_sp(SCREEN*, int);
WINDOW* newpad_sp(SCREEN*, int, int);
SCREEN* new_prescr(void);
SCREEN* newterm_sp(SCREEN*, const char *, FILE *, FILE *);
WINDOW* newwin_sp(SCREEN*, int, int, int, int);
int nl_sp(SCREEN*);
int nocbreak_sp(SCREEN*);
int noecho_sp(SCREEN*);
void nofilter_sp(SCREEN*);
int nonl_sp(SCREEN*);
void noqiflush_sp(SCREEN*);
int noraw_sp(SCREEN*);
int pair_content_sp(SCREEN*, short, short*, short*);
void qiflush_sp(SCREEN*);
int raw_sp(SCREEN*);
int reset_prog_mode_sp(SCREEN*);
void reset_color_pairs_sp(SCREEN*);
int reset_shell_mode_sp(SCREEN*);
int resetty_sp(SCREEN*);
int resize_term_sp(SCREEN*, int, int);
int resizeterm_sp(SCREEN*, int, int);
int ripoffline_sp(SCREEN*, int, int (*)(WINDOW*, int));
int savetty_sp(SCREEN*);
int scr_init_sp(SCREEN*, const char *);
int scr_restore_sp(SCREEN*, const char *);
int scr_set_sp(SCREEN*, const char *);
int set_escdelay_sp(SCREEN*, int);
int set_tabsize_sp(SCREEN*, int);
int slk_attr_set_sp(SCREEN*, const attr_t, short, void*);
int slk_attrset_sp(SCREEN*, const chtype);
int slk_attroff_sp(SCREEN*, const chtype);
int slk_attron_sp(SCREEN*, const chtype);
attr_t slk_attr_sp(SCREEN*);
int slk_clear_sp(SCREEN*);
int slk_color_sp(SCREEN*, short);
int slk_init_sp(SCREEN*, int);
char* slk_label_sp(SCREEN*, int);
int slk_noutrefresh_sp(SCREEN*);
int slk_refresh_sp(SCREEN*);
int slk_restore_sp(SCREEN*);
int slk_set_sp(SCREEN*, int, const char *, int);
int slk_touch_sp(SCREEN*);
int start_color_sp(SCREEN*);
attr_t term_attrs_sp(SCREEN*);
chtype termattrs_sp(SCREEN*);
char* termname_sp(SCREEN*);
int typeahead_sp(SCREEN*, int);
int unget_wch_sp(SCREEN*, const wchar_t);
int ungetch_sp(SCREEN*, int);
int ungetmouse_sp(SCREEN*,MEVENT *);
int use_default_colors_sp(SCREEN*);
void use_env_sp(SCREEN*, bool);
int use_legacy_coding_sp(SCREEN*, int);
void use_tioctl_sp(SCREEN *, bool);
int vid_attr_sp(SCREEN*, attr_t, short, void *);
int vid_puts_sp(SCREEN*, attr_t, short, void *, NCURSES_SP_OUTC);
int vidattr_sp(SCREEN*, chtype);
int vidputs_sp(SCREEN*, chtype, NCURSES_SP_OUTC);
wchar_t* wunctrl_sp(SCREEN*, cchar_t *); #include <form.h> FORM* new_form_sp(SCREEN*, FIELD **); #include <menu.h> MENU* new_menu_sp(SCREEN*, ITEM **); #include <panel.h> PANEL* ceiling_panel(SCREEN*);
PANEL* ground_panel(SCREEN*);
void update_panels_sp(SCREEN*); #include <term.h> int del_curterm_sp(SCREEN*, TERMINAL *);
int putp_sp(SCREEN*, const char *);
int restartterm_sp(SCREEN*, NCURSES_CONST char*, int, int *);
TERMINAL* set_curterm_sp(SCREEN*, TERMINAL*);
int tgetent_sp(SCREEN*, char *, const char *);
int tgetflag_sp(SCREEN*, const char *);
int tgetnum_sp(SCREEN*, const char *);
char* tgetstr_sp(SCREEN*, const char *, char **);
char* tgoto_sp(SCREEN*, const char *, int, int);
int tigetflag_sp(SCREEN*, const char *);
int tigetnum_sp(SCREEN*, const char *);
char* tigetstr_sp(SCREEN*, const char *);
char* tiparm_sp(SCREEN*, const char *, ...);
/* may instead use 9 long parameters */
char* tparm_sp(SCREEN*, const char *, ...);
int tputs_sp(SCREEN*, const char *, int, NCURSES_SP_OUTC); #include <unctrl.h> NCURSES_CONST char* unctrl_sp(SCREEN*, chtype);
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of the configurations supported by ncurses; it adds new entrypoints without changing the meaning of any of the existing ones.
Most of the functions are new versions of existing functions. A parameter is added at the front of the parameter list. It is a SCREEN pointer.
The existing functions all use the current screen, which is a static variable. The extended functions use the specified screen, thereby reducing the number of variables which must be modified to update multiple screens.
Here are the new functions:
This extension introduces some new names:
These routines are specific to ncurses. They were not supported on Version 7, BSD or System V implementations. It is recommended that any code depending on ncurses extensions be conditioned using NCURSES_SP_FUNCS.