diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-18 01:46:32 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-18 01:46:32 +0000 |
| commit | df5add3f6914619e5dad6866cb8635aebc267539 (patch) | |
| tree | ddd94deb1dcb5781b1ec3c111b362c2981476669 /gnu/lib/libdialog/inputbox.c | |
| parent | d31ec8c65b3766456446869657c95b0f2e0fd0a1 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/inputbox.c')
| -rw-r--r-- | gnu/lib/libdialog/inputbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libdialog/inputbox.c b/gnu/lib/libdialog/inputbox.c index b23f2880ed45..3e5895d3e0ab 100644 --- a/gnu/lib/libdialog/inputbox.c +++ b/gnu/lib/libdialog/inputbox.c @@ -94,6 +94,8 @@ int dialog_inputbox(unsigned char *title, unsigned char *prompt, int height, int first = 1; strcpy(instr, result); + wattrset(dialog, dialog_attr); + while (key != ESC) { if (button == -1) { /* Input box selected */ |
