diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 16:14:21 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 16:14:21 +0000 |
| commit | ae5b2dcf867f5cd15cdcbbbed2cc2985416c8c71 (patch) | |
| tree | 0339ac9a93a81373e63f60967bc7e8b041f657cc /gnu/lib/libdialog/inputbox.c | |
| parent | 89c1d5dcd91f756fcd5518a42c594243268519ae (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/inputbox.c')
| -rw-r--r-- | gnu/lib/libdialog/inputbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/inputbox.c b/gnu/lib/libdialog/inputbox.c index fc9a40c4c78a..1f61ed5ed392 100644 --- a/gnu/lib/libdialog/inputbox.c +++ b/gnu/lib/libdialog/inputbox.c @@ -106,7 +106,7 @@ int dialog_inputbox(unsigned char *title, unsigned char *prompt, int height, int while (key != ESC) { if (button == -1) { /* Input box selected */ - key = line_edit(dialog, box_y, box_x, -1, box_width, inputbox_attr, first, instr); + key = line_edit(dialog, box_y, box_x, -1, box_width, inputbox_attr, first, instr, DialogInputAttrs); first = 0; } else |
