MSC: short far _displaycursor( short flag )


	- prototype in graph.h

	- flag = _GCURSORON  turn cursor on
		 _GCURSOROFF turn cursor off
	- cursor is normally turned off while in graphics mode; calling
	  this function determines whether cursor is displayed upon
	  exit from graphics mode
	- returns previous value of cursor state flag