# File lib/ansi/terminal/stty.rb, line 29
    def raw_no_echo_mode
      @state = `stty -g`
      system "stty raw -echo cbreak isig"
    end