1

Recently I decided to install git-up (https://github.com/msiemens/PyGitUp)

However the program seems to have some weird behaviour when it comes to displaying text. It gives nearly every character a prefix: <--[0m or <--1m. I have seen this kind of behaviour in other bash programs as well.

This is the example I am talking about.

Somewhere I read this has something to do with color formatting, however I cannot find a way to fix this.

1 Answers1

1

As mention here and in this blog post, you can try and install adoxa/ansicon.

Install it with: ansicon -i

It should allow Windows console to interpret correct ANSI colors.

http://cdn.www.liferay.com/image/image_gallery?uuid=0fb11df9-88f5-4b52-94ee-3dbe2577fc44&groupId=4895702&t=1334439795078

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250