diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-18 01:02:42 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-18 01:02:42 +0000 |
| commit | a9e8a652cb023d58645612bbb86f6d41a35a06ed (patch) | |
| tree | 3cf0f4d03f2bf8fc09740aacc3cbf5ab0ebfdf4f /gnu/lib/libdialog/inputbox.c | |
| parent | cb19812e973852796a9b8f091c7bc7ad11767af0 (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 a544ec05b136..b23f2880ed45 100644 --- a/gnu/lib/libdialog/inputbox.c +++ b/gnu/lib/libdialog/inputbox.c @@ -97,7 +97,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, box_width, inputbox_attr, first, instr); + key = line_edit(dialog, box_y, box_x, -1, box_width, inputbox_attr, first, instr); first = 0; } else |
