*** Xew/TextEd.c.orig	Mon Dec 11 12:05:56 1995
--- Xew/TextEd.c	Tue Mar  5 17:40:41 1996
***************
*** 1570,1582 ****
  			rect[1].x = rect[2].x;
  			rect[1].y = rect[0].y + rect[0].height;
  			rect[1].width = column_width;
! 			i = rect[2].y - rect[0].y - rect[0].height;
  			if (i >=  0)
  				rect[1].height = i;
  			else
  			    {
  				i = rect[2].y - rect[0].y;
! 				rect[0].height = i > 0 ? i : 0;
  			    }
  			nrect = 3;
  		    }
--- 1570,1582 ----
  			rect[1].x = rect[2].x;
  			rect[1].y = rect[0].y + rect[0].height;
  			rect[1].width = column_width;
! 			i = rect[2].y - rect[0].y - (int)rect[0].height;
  			if (i >=  0)
  				rect[1].height = i;
  			else
  			    {
  				i = rect[2].y - rect[0].y;
! 				rect[1].height = i > 0 ? i : 0;
  			    }
  			nrect = 3;
  		    }
