
   Mouposition() gets the current x,y coordinates of the mouse in the 80x25
text screens.

   Example:
        int x,y;

        mouposition(&x,&y);

   This returns the current cursor position for mouse in x,y.

