Clear screen too.
diff --git a/console-tools/reset.c b/console-tools/reset.c
index 0039afa..593819b 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -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;
 }