pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nano Fixes cursor update problem in prompt win...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58db0653de77
branches: trunk
changeset: 534554:58db0653de77
user: obache <obache%pkgsrc.org@localhost>
date: Fri Oct 26 16:44:37 2007 +0000
description:
Fixes cursor update problem in prompt windows with NetBSD's curses,
reported in PR 37208.
Bump PKGREVISION.
diffstat:
editors/nano/Makefile | 3 ++-
editors/nano/distinfo | 3 ++-
editors/nano/patches/patch-ab | 12 ++++++++++++
3 files changed, 16 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r 89f0b71129e8 -r 58db0653de77 editors/nano/Makefile
--- a/editors/nano/Makefile Fri Oct 26 16:17:16 2007 +0000
+++ b/editors/nano/Makefile Fri Oct 26 16:44:37 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2007/10/24 15:28:38 obache Exp $
+# $NetBSD: Makefile,v 1.30 2007/10/26 16:44:37 obache Exp $
DISTNAME= nano-2.0.6
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/v2.0/
diff -r 89f0b71129e8 -r 58db0653de77 editors/nano/distinfo
--- a/editors/nano/distinfo Fri Oct 26 16:17:16 2007 +0000
+++ b/editors/nano/distinfo Fri Oct 26 16:44:37 2007 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2007/10/24 15:28:38 obache Exp $
+$NetBSD: distinfo,v 1.13 2007/10/26 16:44:37 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
diff -r 89f0b71129e8 -r 58db0653de77 editors/nano/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/nano/patches/patch-ab Fri Oct 26 16:44:37 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2007/10/26 16:44:38 obache Exp $
+
+--- src/prompt.c.orig 2007-10-26 13:16:08.000000000 +0000
++++ src/prompt.c
+@@ -1122,6 +1122,7 @@ int get_prompt_string(bool allow_tabs,
+ #endif
+
+ reset_statusbar_cursor();
++ wrefresh(bottomwin);
+ }
+
+ #ifndef NANO_TINY
Home |
Main Index |
Thread Index |
Old Index