diff --git a/src/move.c b/src/move.c
index e32652809f57a8f607042a9a40991841a2ae321a..d6b0dc22efa7f351e5c3203250218ca8fcafc294 100644
--- a/src/move.c
+++ b/src/move.c
@@ -44,6 +44,7 @@ void do_last_line(void)
 
     /* Set the last line of the screen as the target for the cursor. */
     openfile->current_y = editwinrows - 1;
+    ensure_line_is_visible();
 
     refresh_needed = TRUE;
     focusing = FALSE;