From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vinodkumar Nair" Subject: RE: clear the screen Date: Mon, 21 Feb 2005 15:26:51 +0530 Message-ID: References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit In-reply-to: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c >> printf("\e[0m\e[2J\e[1;1H"); How does this printf work to clear the screen?