Clear screen too.

1_00_stable_10817
Eric Andersen 2002-09-17 21:21:27 +00:00
parent dc180d1442
commit 793c3b4a7d
1 changed files with 1 additions and 1 deletions

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;
}