Xshots
This, and other, videos can be viewed here.
Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Want an exciting program?

#include <stdio.h>
#include <unistd.h>

void main ( void ) {
  while (1) {
    printf("\a");
    sleep(1);
  }
}