clear screen?

$Bill Luebkert dbe@wgn.net
Wed Jul 2 18:08:00 GMT 1997


Wei Ku wrote:
> 
> Hello, $Bill:
> 
> Sorry to say this: the second way you mentioned does not work:
> 
> > 2) compile this into clear.exe or cls.exe:
> >         #include <stdio.h>
> >         int main () { printf("033[2J"); }

Sure it does, that's what I use.  Course it helps if when 
you cut and paste you don't lose a char.  :)

	printf("\033[2J");

The \ got lost somewhere.

-- 
  ,-/-  __      _  _         $Bill Luebkert
 (_/   /  )    // //       DBE Collectibles
  / ) /--<  o // //      http://www.wgn.net/~dbe/
-/-' /___/_<_</_</_    Email: dbe@wgn.net
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list