summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/osh/osh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/osh/osh.c b/usr.bin/osh/osh.c
index dd92378..0bce357 100644
--- a/usr.bin/osh/osh.c
+++ b/usr.bin/osh/osh.c
@@ -118,7 +118,7 @@ cmd_shutdown(int argc, char *argv[])
static void
cmd_clear(int argc, char *argv[])
{
- fputs("\033[H", stdout);
+ fputs("\033[2J", stdout);
}
static void