summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/inputbox.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-18 01:02:42 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-18 01:02:42 +0000
commita9e8a652cb023d58645612bbb86f6d41a35a06ed (patch)
tree3cf0f4d03f2bf8fc09740aacc3cbf5ab0ebfdf4f /gnu/lib/libdialog/inputbox.c
parentcb19812e973852796a9b8f091c7bc7ad11767af0 (diff)
Notes
Diffstat (limited to 'gnu/lib/libdialog/inputbox.c')
-rw-r--r--gnu/lib/libdialog/inputbox.c2
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