Can't remember if I commented on this in the previous PR, but can the ansi escapes here be handled using e.g. tput, or otherwise avoid breaking dumb terminals?
```bash termblack=$(tput setaf 0) termred=$(tput setaf 1) termgreen=$(tput setaf 2) termyellow=$(tput setaf 3) termblue=$(tput setaf 4) termpurple=$(tput setaf 5) termaqua=$(tput setaf 6) termreset=$(tput sgr0) ``` [ Full content available at: https://github.com/apache/avro/pull/343 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org