diff --git a/ChangeLog b/ChangeLog index 05ad5690d52efceb0308196474cf4d6e542bdba4..834d7aa526ed97ffab263da27777ddb60414a151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,9 @@ CVS code - do_replace() - Copy back the previous value of last_replace into answer if using PICO_MODE and answer == "" +- winio.c: + do_up() + - Deleted first update_line() call, screws up display when marker is set. - nano.1, nano.1.html - Updated man page for new -p definition. diff --git a/move.c b/move.c index 1196f4a9c38f2e81a4d22e9ffdd85fffc2fb9149..370a1094ab026ee49ffe51d26889053001aa60c0 100644 --- a/move.c +++ b/move.c @@ -168,8 +168,6 @@ int do_up(void) { wrap_reset(); if (current->prev != NULL) { - update_line(current, 0); - if (placewewant > 0) current_x = actual_x(current->prev, placewewant); diff --git a/po/nano.pot b/po/nano.pot index ee0fc0f01645744180e125cec1a4f448986f5948..f49f884da9074755dc8da48ac4919bc2b72444ae 100644 --- a/po/nano.pot +++ b/po/nano.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-11-21 07:49-0500\n" +"POT-Creation-Date: 2000-11-22 20:20-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"