mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 03:41:16 -03:00
Trigger prompt repaint after printing parser error or background job warning
See #7289
This commit is contained in:
@@ -2279,6 +2279,7 @@ static parser_test_error_bits_t reader_shell_test(parser_t &parser, const wcstri
|
||||
error_desc.push_back(L'\n');
|
||||
}
|
||||
std::fwprintf(stderr, L"\n%ls", error_desc.c_str());
|
||||
reader_schedule_prompt_repaint();
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user