Ted bugfix: "Page Down" doesn't take us all the way to the bottom of
a document.  This patch adresses that issue.


--- Ted-2.17/Ted/tedInput.c.orig	2005-03-09 23:23:56.832303240 -0800
+++ Ted-2.17/Ted/tedInput.c	2005-03-10 00:12:17.561325400 -0800
@@ -1218,6 +1218,9 @@
 
 		    page++;
 		    }
+	    res= docGetBottomOfColumn( &dpNew, &partNew,
+							bd, page, 0 );
+	    tedInputChangeSelection( ed, state, &dpNew, lastLine );
 	    }
 	    return;
 
