sideband.c: ESC is spelled '\033' not '\e' for portability.
Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ebe8fa738d
commit
0d8aafd252
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#define PREFIX "remote:"
|
||||
#define SUFFIX "\e[K" /* change to " " if ANSI sequences don't work */
|
||||
#define SUFFIX "\033[K" /* change to " " if ANSI sequences don't work */
|
||||
|
||||
int recv_sideband(const char *me, int in_stream, int out, int err)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user