Clear screen too.

This commit is contained in:
Eric Andersen 2002-09-17 21:21:27 +00:00
parent dc180d1442
commit 793c3b4a7d

View File

@ -28,7 +28,7 @@
extern int reset_main(int argc, char **argv)
{
printf("\033[?25h\033c");
printf("\033[?25h\033c\033[J");
return EXIT_SUCCESS;
}