mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-18 03:41:16 -03:00
Finish removing R_NULL
This commit is contained in:
@@ -263,7 +263,7 @@ static maybe_t<char_event_t> interrupt_handler() {
|
||||
return char_event_t{vintr};
|
||||
}
|
||||
|
||||
return char_event_t{R_NULL};
|
||||
return char_event_t{char_event_type_t::check_exit};
|
||||
}
|
||||
|
||||
static std::atomic<bool> input_initialized{false};
|
||||
|
||||
Reference in New Issue
Block a user