From 20005e7803a490ba232f2b932fc186f5220b73be Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 26 Oct 2007 16:44:37 +0000 Subject: Fixes cursor update problem in prompt windows with NetBSD's curses, reported in PR 37208. Bump PKGREVISION. --- editors/nano/Makefile | 3 ++- editors/nano/distinfo | 3 ++- editors/nano/patches/patch-ab | 12 ++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 editors/nano/patches/patch-ab (limited to 'editors/nano') diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 7f2637678c6..1e7188f68a2 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -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 --git a/editors/nano/distinfo b/editors/nano/distinfo index 89ea0db9881..2e70fd08b73 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -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 --git a/editors/nano/patches/patch-ab b/editors/nano/patches/patch-ab new file mode 100644 index 00000000000..ddcd24faf98 --- /dev/null +++ b/editors/nano/patches/patch-ab @@ -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 -- cgit v1.2.3