template.c: output ANSI_CLEAR
only in non-silent mode
This commit is contained in:
parent
2f2b44de76
commit
a48567f4fa
@ -189,7 +189,9 @@ main(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !SILENT_MODE
|
||||
printf("%s", ANSI_CLEAR);
|
||||
#endif
|
||||
|
||||
// * wave file output
|
||||
// 0. log
|
||||
|
Loading…
Reference in New Issue
Block a user