diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keyedit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index 71ad9f083..d01bbbc59 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -1620,7 +1620,9 @@ keyedit_menu( const char *username, strlist_t locusr, } if( !have_commands ) { +#ifdef HAVE_LIBREADLINE tty_enable_completion(keyedit_completion); +#endif answer = cpr_get_no_help("keyedit.prompt", _("Command> ")); cpr_kill_prompt(); tty_disable_completion(); |