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

Function show_textbox_ext

scripts/config/mconf.c:353–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353static int show_textbox_ext(const char *title, const char *text, int r, int c,
354 int *vscroll, int *hscroll,
355 int (*extra_key_cb)(int, size_t, size_t, void *),
356 void *data)
357{
358 dialog_clear();
359 return dialog_textbox(title, text, r, c, vscroll, hscroll,
360 extra_key_cb, data);
361}
362
363static void show_textbox(const char *title, const char *text, int r, int c)
364{

Callers 2

show_textboxFunction · 0.85
search_confFunction · 0.85

Calls 2

dialog_clearFunction · 0.85
dialog_textboxFunction · 0.85

Tested by

no test coverage detected