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

Function show_scroll_win

scripts/config/nconf.gui.c:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void show_scroll_win(WINDOW *main_window,
501 const char *title,
502 const char *text)
503{
504 (void)show_scroll_win_ext(main_window, title, (char *)text, NULL, NULL, NULL, NULL);
505}
506
507/* layman's scrollable window... */
508int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,

Callers 7

handle_f1Function · 0.85
handle_f3Function · 0.85
search_confFunction · 0.85
show_helpFunction · 0.85
conf_loadFunction · 0.85
conf_saveFunction · 0.85
mainFunction · 0.85

Calls 1

show_scroll_win_extFunction · 0.85

Tested by

no test coverage detected