Path: utzoo!mnetor!uunet!mcvax!botter!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: clr.c with ANSI escape sequences Message-ID: <1801@botter.cs.vu.nl> Date: 21 Dec 87 16:01:17 GMT Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Organization: VU Informatica, Amsterdam Lines: 9 /* clr - clear the screen Author: Andy Tanenbaum */ main() { /* Clear the screen. */ prints("\033[H\033[J"); exit(0); }