#include "dialog.h"
Go to the source code of this file.
Functions | |
int | dialog_msgbox (const char *title, const char *prompt, int height, int width, int pause) |
int dialog_msgbox | ( | const char * | title, | |
const char * | prompt, | |||
int | height, | |||
int | width, | |||
int | pause | |||
) |
Definition at line 29 of file msgbox.c.
References ACS_HLINE, ACS_LTEE, ACS_RTEE, border_attr, dialog_attr, draw_box(), draw_shadow(), ESC, i, print_autowrap(), print_button(), title_attr, and TRUE.
Referenced by j_infobox(), and j_msgbox().