Assignment #2 Bradley Dupont The assignment was to make an XWindows program that has a drawing area where each mouse click adds a point and every point has a line drawn to every other point. Each point added to the XWindows program is also added to a curses interface and displayed on the terminal (no lines in the curses interface). Submitted files: Assignment2.props - sets forground/background color for drawing area Makefile - has script for compiling source files dcg - shell script for running program (pipes xdcg to cdcg) xdcg.c - c code for the XWindows portion of the program cdcg.c - c code for the curses portion of the program To run, make, then run dcg with XWindows configured correctly.