mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 05:41:14 -03:00
Remove the last of the signal blocking and checks
fish's signal handlers are now sufficiently innocuous that there should be no reason to block signals (outside of temporarily, when creating a thread and we need to manipulate the signal mask).
This commit is contained in:
@@ -483,8 +483,6 @@ static wchar_t input_read_characters_only() {
|
||||
}
|
||||
|
||||
wint_t input_readch(bool allow_commands) {
|
||||
CHECK_BLOCK(R_NULL);
|
||||
|
||||
// Clear the interrupted flag.
|
||||
reader_reset_interrupted();
|
||||
// Search for sequence in mapping tables.
|
||||
|
||||
Reference in New Issue
Block a user