diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-17 22:52:05 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-17 22:52:05 +0000 |
| commit | 1a796bb52ad039e28bed760d6126677c11f3de68 (patch) | |
| tree | a19e7222695dd94554b2eae26211db9ab5cea731 /gnu/lib/libdialog/dialog.h | |
| parent | 5e146a01297da565e79c5107ac30ca759e3440af (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/dialog.h')
| -rw-r--r-- | gnu/lib/libdialog/dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/dialog.h b/gnu/lib/libdialog/dialog.h index cb7053f13782..ed4109c95f67 100644 --- a/gnu/lib/libdialog/dialog.h +++ b/gnu/lib/libdialog/dialog.h @@ -92,6 +92,7 @@ int dialog_menu(unsigned char *title, unsigned char *prompt, int height, int wid int dialog_checklist(unsigned char *title, unsigned char *prompt, int height, int width, int list_height, int item_no, unsigned char **items, unsigned char *result); int dialog_radiolist(unsigned char *title, unsigned char *prompt, int height, int width, int list_height, int item_no, unsigned char **items, unsigned char *result); int dialog_inputbox(unsigned char *title, unsigned char *prompt, int height, int width, unsigned char *result); +void dialog_clear_norefresh(void); void dialog_clear(void); void dialog_update(void); void init_dialog(void); |
