infoC method
Rewrite the current info line with message
.
Implementation
void infoC(final String message)
{
clearInfo();
stdout.write(message);
}
Rewrite the current info line with message
.
void infoC(final String message)
{
clearInfo();
stdout.write(message);
}