# File lib/highline/system_extensions.rb, line 137
          def raw_no_echo_mode
            @state = `stty -g`
            system "stty raw -echo -icanon isig"
          end