From dc180d14427fea95d57e8ad10953d271a47e6571 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Sep 2002 21:17:35 +0000 Subject: re-enable the cursor, in case it got disabled -Erik --- console-tools/reset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'console-tools/reset.c') diff --git a/console-tools/reset.c b/console-tools/reset.c index 84cbb447a..0039afa69 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c @@ -3,7 +3,7 @@ * Mini reset implementation for busybox * * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen - * Copyright (C) 1999,2000,2001 by Erik Andersen + * Copyright (C) 1999-2002 by Erik Andersen * Written by Erik Andersen and Kent Robotti * * This program is free software; you can redistribute it and/or modify @@ -28,7 +28,7 @@ extern int reset_main(int argc, char **argv) { - printf("\033c"); + printf("\033[?25h\033c"); return EXIT_SUCCESS; } -- cgit v1.2.3