Finish removing R_NULL

This commit is contained in:
ridiculousfish
2019-03-16 15:56:37 -07:00
parent 28b79a2c88
commit 14663089c8
4 changed files with 5 additions and 11 deletions

View File

@@ -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};