#include "dialog.h"
Go to the source code of this file.
Functions | |
int | dialog_yesno (const char *title, const char *prompt, int height, int width) |
int dialog_yesno | ( | const char * | title, | |
const char * | prompt, | |||
int | height, | |||
int | width | |||
) |
Definition at line 44 of file yesno.c.
References ACS_HLINE, ACS_LTEE, ACS_RTEE, border_attr, dialog_attr, draw_box(), draw_shadow(), ESC, i, print_autowrap(), TAB, title_attr, and TRUE.
Referenced by j_yesno().