mirror of https://github.com/wb2osz/direwolf.git
modified: direwolf.c
This commit is contained in:
parent
5d92a249a6
commit
3d80bdabcc
|
@ -1520,7 +1520,7 @@ static void usage (char **argv)
|
||||||
|
|
||||||
#if __WIN32__
|
#if __WIN32__
|
||||||
dw_printf ("Complete documentation can be found in the 'doc' folder\n");
|
dw_printf ("Complete documentation can be found in the 'doc' folder\n");
|
||||||
/* I don't know if win32 supports ANSI colour sequences. */
|
// I don't know if win32 supports ANSI colour sequences.
|
||||||
dw_printf ("\e[0m\e\n\e[0J\e");
|
dw_printf ("\e[0m\e\n\e[0J\e");
|
||||||
#else
|
#else
|
||||||
// TODO: Could vary by platform and build options.
|
// TODO: Could vary by platform and build options.
|
||||||
|
|
Loading…
Reference in New Issue