Support ANSI (ECMA-48) color-coded text input
(Original issue 770 created by mgorny on 2012-05-14T06:18:43.247173+00:00)
I feel like many pastebin users would appreciate such a feature in pygments: reading (already colored) data stream with ECMA-48 color codes embedded (like console program output) and outputting it in any format pygments support.
I guess such a feature would require adding a new token types to represent console colors.
If there's interest in this, I can assemble a patch for it.