modified: direwolf.c

This commit is contained in:
Nate Morrison 2022-03-22 02:12:24 -07:00
parent 5d92a249a6
commit 3d80bdabcc
1 changed files with 1 additions and 1 deletions

View File

@ -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.