[ruby/reline] Remove interrupt avoidance
There used to be a process that did not want to be interrupted by SIGINT, so it was trapped, but that process is no longer there. https://github.com/ruby/reline/commit/ba7252a5db
This commit is contained in:
parent
1868b9fa85
commit
acce754eb8
@ -295,8 +295,6 @@ class Reline::ANSI
|
|||||||
|
|
||||||
def self.prep
|
def self.prep
|
||||||
retrieve_keybuffer
|
retrieve_keybuffer
|
||||||
int_handle = Signal.trap('INT', 'IGNORE')
|
|
||||||
Signal.trap('INT', int_handle)
|
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user