mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-29 14:21:24 -03:00
Revert "Factor repainting decions from readline commands better in the reader"
This reverts commit 7e7599b22a.
Identified a regression in highlighting
This commit is contained in:
@@ -271,7 +271,7 @@ static maybe_t<char_event_t> interrupt_handler() {
|
||||
event_fire_delayed(parser);
|
||||
// Reap stray processes, including printing exit status messages.
|
||||
// TODO: shouldn't need this parser here.
|
||||
if (job_reap(parser, true)) reader_schedule_prompt_repaint();
|
||||
if (job_reap(parser, true)) reader_repaint_needed();
|
||||
// Tell the reader an event occurred.
|
||||
if (reader_reading_interrupted()) {
|
||||
auto vintr = shell_modes.c_cc[VINTR];
|
||||
|
||||
Reference in New Issue
Block a user