Commit d63d11be authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Sigh, cancel that

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@145 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 5 deletions
+3 -5
...@@ -16,8 +16,7 @@ CVS code ...@@ -16,8 +16,7 @@ CVS code
Hopefully this will not cause any recursive lockups. Hopefully this will not cause any recursive lockups.
- move.c: - move.c:
page_down() page_down()
- do an edit_update() at last case if we're not at the first - do an edit_update() at last case.
screen...
nano-0.9.14 - 07/27/2000 nano-0.9.14 - 07/27/2000
- nano.h: - nano.h:
......
...@@ -63,8 +63,7 @@ int page_down(void) ...@@ -63,8 +63,7 @@ int page_down(void)
current = current->next; current = current->next;
current_y++; current_y++;
if (edittop != fileage) edit_update(current);
edit_update(current);
} }
update_cursor(); update_cursor();
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-07-28 10:12-0400\n" "POT-Creation-Date: 2000-07-28 10:15-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment