nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 6c5781ba105f2d9d4bb56dcae5749205e246481b
parent c793c43e951ed55a5d4920b7307c2ca556941166
Author: Chris Allegretta <chrisa@asty.org>
Date:   Thu, 23 Nov 2000 01:19:58 +0000

removed update_line call in do_up, fix for marker set update?


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@308 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
Mmove.c | 2--
Mpo/nano.pot | 2+-
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git 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 @@ -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 @@ -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"