copying: scroll just one line when M-6 is pressed on the bottom row

This fixes https://savannah.gnu.org/bugs/?56249.

Bug existed since version 2.6.0, commit 318ed6b1.
master
Benno Schulenberg 2019-04-30 19:31:44 +02:00
parent 0c561f0325
commit 9e44a53be7
1 changed files with 2 additions and 1 deletions

View File

@ -426,7 +426,8 @@ void do_copy_text(void)
openfile->firstcolumn = is_firstcolumn;
openfile->current = fsfromline(is_current_lineno);
openfile->current_x = is_current_x;
}
} else
focusing = FALSE;
}
/* Cut from the current cursor position to the end of the file. */