# File lib/ansi/terminal/stty.rb, line 39
    def restore_mode
      system "stty #{@state}"
    end