# File lib/highline/system_extensions.rb, line 157 def restore_mode Termios.setattr(@input, Termios::TCSANOW, @state) end