Clear screen too.
authorEric Andersen <andersen@codepoet.org>
Tue, 17 Sep 2002 21:21:27 +0000 (21:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 17 Sep 2002 21:21:27 +0000 (21:21 -0000)
console-tools/reset.c

index 0039afa693b21e974e68b30be4c5bdf5b429f6bb..593819baca47e508ee02e4b86233d7283b7ca144 100644 (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;
 }