# HG changeset patch # User Gerd Moellmann # Date 985629153 0 # Node ID 4f90423b2d95688a7cee2b3870c7c1bf54678e0a # Parent 4cc4b43e9f425646ac032948e36a13c1b830a781 (try_window_id): Undo last change. diff -r 4cc4b43e9f42 -r 4f90423b2d95 src/xdisp.c --- a/src/xdisp.c Mon Mar 26 17:09:00 2001 +0000 +++ b/src/xdisp.c Mon Mar 26 17:52:33 2001 +0000 @@ -11563,11 +11563,14 @@ else abort (); +#if 0 /* This leads to problems, for instance when the cursor is + at ZV, and the cursor line displays no text. */ /* Disable rows below what's displayed in the window. This makes debugging easier. */ enable_glyph_matrix_rows (current_matrix, XFASTINT (w->window_end_vpos) + 1, bottom_vpos, 0); +#endif IF_DEBUG (debug_end_pos = XFASTINT (w->window_end_pos); debug_end_vpos = XFASTINT (w->window_end_vpos));