mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-12 10:53:23 +03:00
quick_input: don't force set cursor position to 0.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
9f595d0097
commit
3fa80a6828
@ -408,7 +408,6 @@ quick_dialog_skip (QuickDialog *qd, int nskip)
|
||||
qw->u.input.len, qw->u.input.text, qw->u.input.histname,
|
||||
INPUT_COMPLETE_DEFAULT);
|
||||
in->is_password = (qw->u.input.flags == 1);
|
||||
in->point = 0;
|
||||
if ((qw->u.input.flags & 2) != 0)
|
||||
in->completion_flags |= INPUT_COMPLETE_CD;
|
||||
qw->widget = (Widget *) in;
|
||||
|
Loading…
x
Reference in New Issue
Block a user