/*
 * Class Name	: Screen - vt terminal screen 
 *
 * Description	: Screen is a representation of a terminal emulation screen
 * 		  for a vt terminal. 
 *
 * Synopsis	: Screen : public twoDimBoundedBuffer
 *
 * Public
 * Data	Members	:  
 *
 * Method Index	: 
 *		  Screen(int high, int wid, char bkground)
 *		  get(int, int)
 *		  get(return *cursor);
 *		  void move(int, int);
 *		  getHeight();
 *		  getWidth();
 *
 * Notes	: 
 *
 * See Also	: twoDimBoundedBuffer
 */


Author: Graeme Burnett  
Draft
  Last Updated :