Clear.exe location?

DJ Delorie dj@delorie.com
Mon Sep 11 15:47:00 GMT 2000


> Where is the location of the code that gets built & becomes 'clear.exe'?

Get clear-1.0-src.tar.gz and you'll see that the entire archive
consists of this simple program:

main()
{
  write (1, "\033[1;1H\033[2J", 10);
  return 0;
}

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list