aboutsummaryrefslogtreecommitdiff
path: root/console-tools/clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/clear.c')
-rw-r--r--console-tools/clear.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/clear.c b/console-tools/clear.c
index 9686d5004..8e34d6d9a 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -15,6 +15,7 @@
15#include "busybox.h" 15#include "busybox.h"
16 16
17 17
18int clear_main(int argc, char **argv);
18int clear_main(int argc, char **argv) 19int clear_main(int argc, char **argv)
19{ 20{
20 return printf("\033[H\033[J") != 6; 21 return printf("\033[H\033[J") != 6;