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