Lines Matching full:screen

44 \fIcurses\fR screen-pointer extension
49 \fBint alloc_pair_sp(SCREEN* \fIsp\fP, int \fIfg\fP, int \fIbg\fP);
50 \fBint assume_default_colors_sp(SCREEN* \fIsp\fP, int \fIfg\fP, int \fIbg\fP);
51 \fBint baudrate_sp(SCREEN* \fIsp\fP);
52 \fBint beep_sp(SCREEN* \fIsp\fP);
53 \fBbool can_change_color_sp(SCREEN* \fIsp\fP);
54 \fBint cbreak_sp(SCREEN* \fIsp\fP);
55 \fBint color_content_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short* \fIr\fP, short* \fIg\fP, short*…
56 \fBint curs_set_sp(SCREEN* \fIsp\fP, int \fIvisibility\fP);
57 \fBint def_prog_mode_sp(SCREEN* \fIsp\fP);
58 \fBint def_shell_mode_sp(SCREEN* \fIsp\fP);
60 \fBint define_key_sp(SCREEN* \fIsp\fP, const char * \fIdefinition\fP, int \fIkeycode\fP);
61 \fBint delay_output_sp(SCREEN* \fIsp\fP, int \fIms\fP);
62 \fBint doupdate_sp(SCREEN* \fIsp\fP);
63 \fBint echo_sp(SCREEN* \fIsp\fP);
64 \fBint endwin_sp(SCREEN* \fIsp\fP);
65 \fBchar erasechar_sp(SCREEN* \fIsp\fP);
66 \fBint erasewchar_sp(SCREEN* \fIsp\fP, wchar_t *\fIwc\fP);
67 \fBint extended_color_content_sp(SCREEN * \fIsp\fP, int \fIcolor\fP, int * \fIr\fP, int * \fIg\fP, …
68 \fBint extended_pair_content_sp(SCREEN* \fIsp\fP, int \fIpair\fP, int * \fIfg\fP, int * \fIbg\fP);
69 \fBint extended_slk_color_sp(SCREEN* \fIsp\fP, int \fIpair\fP);
71 \fBvoid filter_sp(SCREEN* \fIsp\fP);
72 \fBint find_pair_sp(SCREEN* \fIsp\fP, int \fIfg\fP, int \fIbg\fP);
73 \fBint flash_sp(SCREEN* \fIsp\fP);
74 \fBint flushinp_sp(SCREEN* \fIsp\fP);
75 \fBint free_pair_sp(SCREEN* \fIsp\fP, int \fIpair\fP);
76 \fBint get_escdelay_sp(SCREEN* \fIsp\fP);
77 \fBint getmouse_sp(SCREEN* \fIsp\fP, MEVENT* \fIevent\fP);
78 \fBWINDOW* getwin_sp(SCREEN* \fIsp\fP, FILE* \fIfilep\fP);
79 \fBint halfdelay_sp(SCREEN* \fIsp\fP, int \fItenths\fP);
80 \fBbool has_colors_sp(SCREEN* \fIsp\fP);
82 \fBbool has_ic_sp(SCREEN* \fIsp\fP);
83 \fBbool has_il_sp(SCREEN* \fIsp\fP);
84 \fBint has_key_sp(SCREEN* \fIsp\fP, int \fIc\fP);
85 \fBbool has_mouse_sp(SCREEN* \fIsp\fP);
86 \fBint init_color_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short \fIr\fP, short \fIg\fP, short \fIb\…
87 \fBint init_extended_color_sp(SCREEN* \fIsp\fP, int \fIcolor\fP, int \fIr\fP, int \fIg\fP, int \fIb…
88 \fBint init_extended_pair_sp(SCREEN* \fIsp\fP, int \fIpair\fP, int \fIfg\fP, int \fIbg\fP);
89 \fBint init_pair_sp(SCREEN* \fIsp\fP, short \fIpair\fP, short \fIfg\fP, short \fIbg\fP);
90 \fBint intrflush_sp(SCREEN* \fIsp\fP, WINDOW* \fIwin\fP, bool \fIbf\fP);
91 \fBint is_cbreak_sp(SCREEN* \fIsp\fP);
93 \fBint is_echo_sp(SCREEN* \fIsp\fP);
94 \fBint is_nl_sp(SCREEN* \fIsp\fP);
95 \fBint is_raw_sp(SCREEN* \fIsp\fP);
96 \fBbool is_term_resized_sp(SCREEN* \fIsp\fP, int \fIlines\fP, int \fIcolumns\fP);
97 \fBbool isendwin_sp(SCREEN* \fIsp\fP);
98 \fBint key_defined_sp(SCREEN* \fIsp\fP, const char *\fIdefinition\fP);
99 \fBchar* keybound_sp(SCREEN* \fIsp\fP, int \fIkeycode\fP, int \fIcount\fP);
100 \fBNCURSES_CONST char* keyname_sp(SCREEN* \fIsp\fP, int \fIc\fP);
101 \fBint keyok_sp(SCREEN* \fIsp\fP, int \fIkeycode\fP, bool \fIenable\fP);
102 \fBchar killchar_sp(SCREEN* \fIsp\fP);
104 \fBint killwchar_sp(SCREEN* \fIsp\fP, wchar_t *\fIwc\fP);
105 \fBchar* longname_sp(SCREEN* \fIsp\fP);
106 \fBint mcprint_sp(SCREEN* \fIsp\fP, char *\fIdata\fP, int \fIlen\fP);
107 \fBint mouseinterval_sp(SCREEN* \fIsp\fP, int \fIerval\fP);
108 \fBmmask_t mousemask_sp(SCREEN* \fIsp\fP, mmask_t \fInewmask\fP, mmask_t *\fIoldmask\fP);
109 \fBint mvcur_sp(SCREEN* \fIsp\fP, int \fIoldrow\fP, int \fIoldcol\fP, int \fInewrow\fP, int \fInewc…
110 \fBint napms_sp(SCREEN* \fIsp\fP, int \fIms\fP);
111 \fBWINDOW* newpad_sp(SCREEN* \fIsp\fP, int \fInrows\fP, int \fIncols\fP);
112 \fBSCREEN* new_prescr(void);
113 \fBSCREEN* newterm_sp(SCREEN* \fIsp\fP, const char *\fItype\fP, FILE *\fIoutfd\fP, FILE *\fIinfd\fP…
115 \fBWINDOW* newwin_sp(SCREEN* \fIsp\fP, int \fInlines\fP, int \fIncols\fP, int \fIbegin_y\fP, int \f…
116 \fBint nl_sp(SCREEN* \fIsp\fP);
117 \fBint nocbreak_sp(SCREEN* \fIsp\fP);
118 \fBint noecho_sp(SCREEN* \fIsp\fP);
119 \fBvoid nofilter_sp(SCREEN* \fIsp\fP);
120 \fBint nonl_sp(SCREEN* \fIsp\fP);
121 \fBvoid noqiflush_sp(SCREEN* \fIsp\fP);
122 \fBint noraw_sp(SCREEN* \fIsp\fP);
123 \fBint pair_content_sp(SCREEN* \fIsp\fP, short \fIpair\fP, short* \fIfg\fP, short* \fIbg\fP);
124 \fBvoid qiflush_sp(SCREEN* \fIsp\fP);
126 \fBint raw_sp(SCREEN* \fIsp\fP);
127 \fBvoid reset_color_pairs_sp(SCREEN* \fIsp\fP);
128 \fBint reset_prog_mode_sp(SCREEN* \fIsp\fP);
129 \fBint reset_shell_mode_sp(SCREEN* \fIsp\fP);
130 \fBint resetty_sp(SCREEN* \fIsp\fP);
131 \fBint resize_term_sp(SCREEN* \fIsp\fP, int \fIlines\fP, int \fIcolumns\fP);
132 \fBint resizeterm_sp(SCREEN* \fIsp\fP, int \fIlines\fP, int \fIcolumns\fP);
133 \fBint ripoffline_sp(SCREEN* \fIsp\fP, int \fIline\fP, int (*\fIinit\fP)(WINDOW* \fIwin\fP, int \fI…
134 \fBint savetty_sp(SCREEN* \fIsp\fP);
135 \fBint scr_init_sp(SCREEN* \fIsp\fP, const char *\fIfilename\fP);
137 \fBint scr_restore_sp(SCREEN* \fIsp\fP, const char *\fIfilename\fP);
138 \fBint scr_set_sp(SCREEN* \fIsp\fP, const char *\fIfilename\fP);
139 \fBint set_escdelay_sp(SCREEN* \fIsp\fP, int \fIms\fP);
140 \fBint set_tabsize_sp(SCREEN* \fIsp\fP, int \fIcols\fP);
141 \fBint slk_attrset_sp(SCREEN* \fIsp\fP, const chtype \fIa\fP);
142 \fBint slk_attr_set_sp(SCREEN* \fIsp\fP, const attr_t \fIattrs\fP, short \fIpair\fP, void*\fIopts\f…
143 \fBint slk_attroff_sp(SCREEN* \fIsp\fP, const chtype \fIa\fP);
144 \fBint slk_attron_sp(SCREEN* \fIsp\fP, const chtype \fIa\fP);
145 \fBattr_t slk_attr_sp(SCREEN* \fIsp\fP);
146 \fBint slk_clear_sp(SCREEN* \fIsp\fP);
148 \fBint slk_color_sp(SCREEN* \fIsp\fP, short \fIpair\fP);
149 \fBint slk_init_sp(SCREEN* \fIsp\fP, int \fIfmt\fP);
150 \fBchar* slk_label_sp(SCREEN* \fIsp\fP, int \fIlabnum\fP);
151 \fBint slk_noutrefresh_sp(SCREEN* \fIsp\fP);
152 \fBint slk_refresh_sp(SCREEN* \fIsp\fP);
153 \fBint slk_restore_sp(SCREEN* \fIsp\fP);
154 \fBint slk_set_sp(SCREEN* \fIsp\fP, int \fIlabnum\fP, const char * \fIlabel\fP, int \fIfmt\fP);
155 \fBint slk_touch_sp(SCREEN* \fIsp\fP);
156 \fBint start_color_sp(SCREEN* \fIsp\fP);
157 \fBattr_t term_attrs_sp(SCREEN* \fIsp\fP);
159 \fBchtype termattrs_sp(SCREEN* \fIsp\fP);
160 \fBchar* termname_sp(SCREEN* \fIsp\fP);
161 \fBint typeahead_sp(SCREEN* \fIsp\fP, int \fIfd\fP);
162 \fBint unget_wch_sp(SCREEN* \fIsp\fP, const wchar_t \fIwc\fP);
163 \fBint ungetch_sp(SCREEN* \fIsp\fP, int \fIc\fP);
164 \fBint ungetmouse_sp(SCREEN* \fIsp\fP, MEVENT* \fIevent\fP);
165 \fBint use_default_colors_sp(SCREEN* \fIsp\fP);
166 \fBvoid use_env_sp(SCREEN* \fIsp\fP, bool \fIbf\fP);
167 \fBint use_legacy_coding_sp(SCREEN* \fIsp\fP, int \fIlevel\fP);
168 \fBvoid use_tioctl_sp(SCREEN *\fIsp\fP, bool \fIbf\fP);
170 \fBint vid_attr_sp(SCREEN* \fIsp\fP, attr_t \fIattrs\fP, short \fIpair\fP, void * \fIopts\fP);
171 \fBint vid_puts_sp(SCREEN* \fIsp\fP, attr_t \fIattrs\fP, short \fIpair\fP, void * \fIopts\fP, NCURS…
172 \fBint vidattr_sp(SCREEN* \fIsp\fP, chtype \fIattrs\fP);
173 \fBint vidputs_sp(SCREEN* \fIsp\fP, chtype \fIattrs\fP, NCURSES_SP_OUTC \fIputc\fP);
174 \fBwchar_t* wunctrl_sp(SCREEN* \fIsp\fP, cchar_t *\fIwch\fP);
178 \fBFORM* new_form_sp(SCREEN* \fIsp\fP, FIELD **\fIfields\fP);
182 \fBMENU* new_menu_sp(SCREEN* \fIsp\fP, ITEM **\fIitems\fP);
186 \fBPANEL* ceiling_panel(SCREEN* \fIsp\fP);
187 \fBPANEL* ground_panel(SCREEN* \fIsp\fP);
188 \fBvoid update_panels_sp(SCREEN* \fIsp\fP);
192 \fBint del_curterm_sp(SCREEN* \fIsp\fP, TERMINAL *\fIoterm\fP);
193 \fBint putp_sp(SCREEN* \fIsp\fP, const char *\fIstr\fP);
194 \fBint restartterm_sp(SCREEN* \fIsp\fP, NCURSES_CONST char*\fIterm\fP, int \fIfiledes\fP, int *\fIe…
195 \fBTERMINAL* set_curterm_sp(SCREEN* \fIsp\fP, TERMINAL*\fInterm\fP);
196 \fBint tgetent_sp(SCREEN* \fIsp\fP, char *\fIbp\fP, const char *\fIname\fP);
197 \fBint tgetflag_sp(SCREEN* \fIsp\fP, const char *\fIcapname\fP);
198 \fBint tgetnum_sp(SCREEN* \fIsp\fP, const char *\fIcapname\fP);
199 \fBchar* tgetstr_sp(SCREEN* \fIsp\fP, const char *\fIcapname\fP, char **\fIarea\fP);
200 \fBchar* tgoto_sp(SCREEN* \fIsp\fP, const char *\fIcapname\fP, int \fIcol\fP, int \fIrow\fP);
201 \fBint tigetflag_sp(SCREEN* \fIsp\fP, const char *\fIcapname\fP);
203 \fBint tigetnum_sp(SCREEN* \fIsp\fP, const char *\fIcapname\fP);
204 \fBchar* tigetstr_sp(SCREEN* \fIsp\fP, const char *\fIcapname\fP);
206 \fBchar* tparm_sp(SCREEN* \fIsp\fP, const char *\fIstr\fP, ...);
207 \fBint tputs_sp(SCREEN* \fIsp\fP, const char *\fIstr\fP, int \fIaffcnt\fP, NCURSES_SP_OUTC \fIputc\…
211 \fBNCURSES_CONST char* unctrl_sp(SCREEN* \fIsp\fP, chtype \fIch\fP);
224 It is a \fISCREEN\fP pointer.
226 The existing functions all use the current screen,
228 The extended functions use the specified screen,
236 this returns a pointer to the topmost panel in the given screen.
239 this returns a pointer to the lowest panel in the given screen.
242 when creating a new screen, the library uses static variables which
244 With the screen-pointer extension,
245 there are situations where it must create a current screen before
270 This is a new function-pointer type to use in the screen-pointer functions