Jonas Kramer
unread,Oct 29, 2008, 7:10:05 AM10/29/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ack-...@googlegroups.com
Ahoy,
I've written a small patch that checks if the environment variables ACK_COLOR_{MATCH,FILENAME} do contain color codes (like "0;35" or "38;5;208"). If so, it doesn't use Term::ANSIColor for coloring the string but colors the string itself. This way ack can support 256 colors (for terminals that support it).
Regards,
Jonas