trim trailing spaces
@ -342,6 +342,7 @@ void clearscreen()
{
#ifdef _WIN32
system("cls");
// launch chcp 65001 before
#else
system("clear");
#endif