1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4016 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2007-01-02 20:10:11 +00:00
родитель c4592f3a55
Коммит 904a510ee1

Просмотреть файл

@ -5413,7 +5413,7 @@ GNU nano 1.1.11 - 10/01/2002
page_up()
- Fix bug where current is moved up two lines when the up arrow
is pressed on the top line of the edit window; this causes a
segfault is the top line in the edit window is the second
segfault if the top line in the edit window is the second
line of the file, as the line current ends up on doesn't
exist. (Jeff DeFouw)
do_down()