ymattw / ydiff

View colored, incremental diff in workspace or from stdin with side by side and auto pager support
Other
873 stars 62 forks source link

fixes ansi color code when output to html #48

Closed NHDaly closed 9 years ago

NHDaly commented 9 years ago

This addresses issue #47, switching the output from ESC[31mESC[7mESC[31ma to ESC[31mESC[7ma for

$ diff <(echo 'a') <(echo 'b') --unified | cdiff -s --color=always | aha
ymattw commented 9 years ago

See discussion in #47.