projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc180d1
)
Clear screen too.
author
Eric Andersen
<andersen@codepoet.org>
Tue, 17 Sep 2002 21:21:27 +0000
(21:21 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 17 Sep 2002 21:21:27 +0000
(21:21 -0000)
console-tools/reset.c
patch
|
blob
|
history
diff --git
a/console-tools/reset.c
b/console-tools/reset.c
index 0039afa693b21e974e68b30be4c5bdf5b429f6bb..593819baca47e508ee02e4b86233d7283b7ca144 100644
(file)
--- 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;
}