fix passwd prompt

This commit is contained in:
MichaelDvP
2021-01-04 12:31:25 +01:00
committed by GitHub
parent 861610c560
commit 2b7bc82cf6

View File

@@ -568,9 +568,9 @@ void Shell::process_password(bool completed) {
function_copy(*this, completed, line_buffer_);
line_buffer_.clear();
// if (running()) {
// display_prompt();
// }
if (running()) {
display_prompt();
}
}
void Shell::invoke_command(const std::string & line) {