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