# File lib/mutter/mutterer.rb, line 99
    def process msg, *styles
      stylize(parse(msg), @active + styles).gsub(/\e(\d+)\e/, "\e[\\1m")
    end