MCPcopy Create free account
hub / github.com/Entware/Entware / refresh_all_windows

Function refresh_all_windows

scripts/config/nconf.gui.c:493–498  ·  view source on GitHub ↗

refresh all windows in the correct order */

Source from the content-addressed store, hash-verified

491
492/* refresh all windows in the correct order */
493void refresh_all_windows(WINDOW *main_window)
494{
495 update_panels();
496 touchwin(main_window);
497 refresh();
498}
499
500void show_scroll_win(WINDOW *main_window,
501 const char *title,

Callers 7

center_itemFunction · 0.85
show_menuFunction · 0.85
selected_confFunction · 0.85
conf_choiceFunction · 0.85
btn_dialogFunction · 0.85
dialog_inputboxFunction · 0.85
show_scroll_win_extFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected