#include "dialog.h"
Go to the source code of this file.
Functions | |
int | dialog_inputbox (const char *title, const char *prompt, int height, int width, const char *init) |
Variables | |
unsigned char | dialog_input_result [MAX_LEN+1] |
int dialog_inputbox | ( | const char * | title, | |
const char * | prompt, | |||
int | height, | |||
int | width, | |||
const char * | init | |||
) |
Definition at line 46 of file inputbox.c.
References ACS_HLINE, ACS_LTEE, ACS_RTEE, border_attr, dialog_attr, dialog_input_result, draw_box(), draw_shadow(), ESC, i, inputbox_attr, MAX_LEN, print_autowrap(), TAB, title_attr, and TRUE.
Referenced by j_inputbox().
unsigned char dialog_input_result[MAX_LEN+1] |