# File lib/rhc/highline_extensions.rb, line 19
    def raw_no_echo_mode
      @state = `stty -g 2>/dev/null`
      `stty raw -echo -icanon isig 2>&1`
    end