Alfredo Braunstein wrote: > PS: if you really want to be sure, you can test the 'old behaviour' by > simply: > > o add a global int first_y = 0 in text.C
hrmm, a lyxtext member, really. > o change top_y(int) to only set this variable > o change top_y() to only return this variable. Done this, and the problem goes away, because the [foot] and cursor goes out of screen when we close it (there is one row less), i.e. the same behaviour as 1.3.x. Alfredo