]> git.wh0rd.org Git - nano.git/commitdiff
removed update_line call in do_up, fix for marker set update?
authorChris Allegretta <chrisa@asty.org>
Thu, 23 Nov 2000 01:19:58 +0000 (01:19 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 23 Nov 2000 01:19:58 +0000 (01:19 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@308 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
move.c
po/nano.pot

index 05ad5690d52efceb0308196474cf4d6e542bdba4..834d7aa526ed97ffab263da27777ddb60414a151 100644 (file)
--- 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 (file)
--- 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);
 
index ee0fc0f01645744180e125cec1a4f448986f5948..f49f884da9074755dc8da48ac4919bc2b72444ae 100644 (file)
@@ -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"