commit | 2ce1edcf544ac675e6762c9861a6b918401ea716 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Oct 12 15:42:48 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Oct 12 15:42:48 1999 +0000 |
tree | 34245558cd448f01969679fc420de4dfd246dc13 | |
parent | f811e07b072600a3784a92e5a1dc8a93dac477eb [diff] [blame] |
Latest and greatest. -Erik
diff --git a/console-tools/clear.c b/console-tools/clear.c index c0c94d0..bc81306 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c
@@ -27,5 +27,5 @@ clear_main(int argc, char** argv) { printf("\033[H\033[J"); - return 0; + exit( TRUE); }