pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nano Let not to refresh aggressively.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dac0beed4051
branches: trunk
changeset: 536167:dac0beed4051
user: obache <obache%pkgsrc.org@localhost>
date: Wed Dec 05 00:54:56 2007 +0000
description:
Let not to refresh aggressively.
diffstat:
editors/nano/distinfo | 6 +++---
editors/nano/patches/patch-aa | 4 ++--
editors/nano/patches/patch-ab | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (50 lines):
diff -r bf78e1fb047c -r dac0beed4051 editors/nano/distinfo
--- a/editors/nano/distinfo Wed Dec 05 00:05:25 2007 +0000
+++ b/editors/nano/distinfo Wed Dec 05 00:54:56 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2007/10/26 16:44:37 obache Exp $
+$NetBSD: distinfo,v 1.14 2007/12/05 00:54:56 obache Exp $
SHA1 (nano-2.0.6.tar.gz) = 00102580404cdb1c8594e5f6193000d5acac2249
RMD160 (nano-2.0.6.tar.gz) = 858dc7cf7137cc2b19e9084a503fe508ef734381
Size (nano-2.0.6.tar.gz) = 1315207 bytes
-SHA1 (patch-aa) = 0d6ed0ab2df9bdef495b26e63ee1a3cac41d7d1b
-SHA1 (patch-ab) = ff806ee94169dd418bb7893b93a75a6820c1663c
+SHA1 (patch-aa) = a64ff242e203b143ffd02ca2649f884e21bd49b8
+SHA1 (patch-ab) = dca9903f51323444e2392f8ca8c7ceb5bd7f79ec
diff -r bf78e1fb047c -r dac0beed4051 editors/nano/patches/patch-aa
--- a/editors/nano/patches/patch-aa Wed Dec 05 00:05:25 2007 +0000
+++ b/editors/nano/patches/patch-aa Wed Dec 05 00:54:56 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2007/10/24 15:28:38 obache Exp $
+$NetBSD: patch-aa,v 1.7 2007/12/05 00:54:56 obache Exp $
--- src/nano.c.orig 2007-01-12 02:58:12.000000000 +0000
+++ src/nano.c
@@ -14,7 +14,7 @@
/* Make sure the cursor is in the edit window. */
reset_cursor();
-+ wrefresh(edit);
++ wnoutrefresh(edit);
#ifndef NANO_TINY
if (!jump_buf_main) {
diff -r bf78e1fb047c -r dac0beed4051 editors/nano/patches/patch-ab
--- a/editors/nano/patches/patch-ab Wed Dec 05 00:05:25 2007 +0000
+++ b/editors/nano/patches/patch-ab Wed Dec 05 00:54:56 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2007/10/26 16:44:38 obache Exp $
+$NetBSD: patch-ab,v 1.2 2007/12/05 00:54:56 obache Exp $
--- src/prompt.c.orig 2007-10-26 13:16:08.000000000 +0000
+++ src/prompt.c
@@ -6,7 +6,7 @@
#endif
reset_statusbar_cursor();
-+ wrefresh(bottomwin);
++ wnoutrefresh(bottomwin);
}
#ifndef NANO_TINY
Home |
Main Index |
Thread Index |
Old Index