Searched refs:update_panels (Results 1 – 11 of 11) sorted by relevance
44 NCURSES_SP_NAME(update_panels) (NCURSES_SP_DCL0) in PANEL_EXPORT()75 update_panels(void) in update_panels() function77 NCURSES_SP_NAME(update_panels) (CURRENT_SCREEN); in update_panels() local
72 extern PANEL_EXPORT(void) update_panels (void);91 extern PANEL_EXPORT(void) NCURSES_SP_NAME(update_panels) (SCREEN*);
177 #undef update_panels178 void update_panels(void)
5 "update_panels" @2
20 "update_panels" @2 NONAME
55 panel.3 update_panels.3
946 when you want a screen update, you do update_panels(), it will do all1042 The function update_panels() does all the wnoutrefresh() calls needed1045 Typically, you will want to call update_panels() and doupdate() just1047 the user. If you call update_panels() after each and every panel1059 you should call update_panels() before doupdate() even when you only
4319 update_panels(); in Run()