Skip to content

Commit ba7252a

Browse files
committed
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.
1 parent 040d29b commit ba7252a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/reline/ansi.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ def self.set_winch_handler(&handler)
295295

296296
def self.prep
297297
retrieve_keybuffer
298-
int_handle = Signal.trap('INT', 'IGNORE')
299-
Signal.trap('INT', int_handle)
300298
nil
301299
end
302300

0 commit comments

Comments
 (0)