mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 17:56:15 +08:00
parent
6fd988a355
commit
abf119918f
|
@ -260,7 +260,7 @@ static void process_input(bool continuous_mode, bool verbose) {
|
||||||
output_bind_command(bind_chars);
|
output_bind_command(bind_chars);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (should_exit(wc)) {
|
if (continuous_mode && should_exit(wc)) {
|
||||||
std::fwprintf(stderr, L"\nExiting at your request.\n");
|
std::fwprintf(stderr, L"\nExiting at your request.\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user