136 137 138
# File 'lib/twterm/app.rb', line 136 def reset_interruption_handler Signal.trap(:INT) { quit } end