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