| 358 | } |
| 359 | |
| 360 | static void show_textbox(const char *title, const char *text, int r, int c) |
| 361 | { |
| 362 | show_textbox_ext(title, text, r, c, NULL, NULL, NULL, NULL); |
| 363 | } |
| 364 | |
| 365 | static void show_helptext(const char *title, const char *text) |
| 366 | { |
no test coverage detected