mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-14 03:42:53 +03:00
(nice_cd): use INPUT_LAST_TEXT.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7b1bf8a595
commit
90339b2f84
@ -427,7 +427,7 @@ nice_cd (const char *text, const char *xtext, const char *help,
|
||||
return;
|
||||
|
||||
machine =
|
||||
input_dialog_help (text, xtext, help, history_name, "", strip_password,
|
||||
input_dialog_help (text, xtext, help, history_name, INPUT_LAST_TEXT, strip_password,
|
||||
INPUT_COMPLETE_FILENAMES | INPUT_COMPLETE_CD | INPUT_COMPLETE_HOSTNAMES |
|
||||
INPUT_COMPLETE_USERNAMES);
|
||||
if (machine == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user