*** src/screen.c.orig	Tue Oct 27 00:03:03 1998
--- src/screen.c	Thu Nov  5 19:14:37 1998
***************
*** 3336,3338 ****
--- 3336,3352 ----
  #endif
      fprintf(stderr, "%s\n", name[color]);
  }
+ 
+ #ifndef NO_XLOCALE
+ /* PROTO */
+ void
+ setPosition(XPoint *pos)
+ {
+   XWindowAttributes xwa ;
+ 
+   XGetWindowAttributes( Xdisplay, TermWin.vt, &xwa ) ;
+   pos->x = Col2Pixel   ( screen.cur.col ) + xwa.x;
+   pos->y = Height2Pixel((screen.cur.row + 1)) + xwa.y;
+   return ;
+ }
+ #endif
