mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 04:51:15 -03:00
Thread the parser into process_clean_after_marking
This commit is contained in:
@@ -253,7 +253,8 @@ static maybe_t<char_event_t> interrupt_handler() {
|
||||
// Fire any pending events.
|
||||
event_fire_delayed();
|
||||
// Reap stray processes, including printing exit status messages.
|
||||
if (job_reap(true)) reader_repaint_needed();
|
||||
// TODO: shouldn't need this parser here.
|
||||
if (job_reap(parser_t::principal_parser(), true)) reader_repaint_needed();
|
||||
// Tell the reader an event occured.
|
||||
if (reader_reading_interrupted()) {
|
||||
auto vintr = shell_modes.c_cc[VINTR];
|
||||
|
||||
Reference in New Issue
Block a user