Re: [PATCH] fix display overlap between remote and local progress
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:47
Nicolas Pitre [off-list ref] writes:
On Sun, 4 Nov 2007, Johannes Schindelin wrote:quoted
On Sun, 4 Nov 2007, Nicolas Pitre wrote:quoted
+#define SUFFIX "\e[K" /* change to " " if ANSI sequences don't work */I am almost certain (without even testing) that cmd.exe has problems with that. It does not even understand colorisation.That's what I was expecting. This is why I suggested an alternative in the comment.
That's fine --- cmd.exe weenies can patch it away ;-). The compiler at k.org complains of "\e" being non ISO-C, though.