зеркало из https://github.com/github/ruby.git
[ruby/reline] Remove unnecessary clearing signal handler
https://github.com/ruby/reline/commit/7a758e73dc
This commit is contained in:
Родитель
e54e99bd16
Коммит
95c61c8d82
|
@ -340,8 +340,6 @@ class Reline::ANSI
|
|||
end
|
||||
|
||||
def self.deprep(otio)
|
||||
int_handle = Signal.trap('INT', 'IGNORE')
|
||||
Signal.trap('INT', int_handle)
|
||||
Signal.trap('WINCH', @@old_winch_handler) if @@old_winch_handler
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче