diff options
author | obache <obache@pkgsrc.org> | 2007-12-05 00:54:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-05 00:54:56 +0000 |
commit | 10e9b811dd879cb5e44374224f6f7bf049c3b696 (patch) | |
tree | 6588f959e90d7b6f78c1a8895b32793bb601d28c /editors | |
parent | 0e285ebf2900382854b69a90bf8867e49583dc26 (diff) | |
download | pkgsrc-10e9b811dd879cb5e44374224f6f7bf049c3b696.tar.gz |
Let not to refresh aggressively.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/distinfo | 6 | ||||
-rw-r--r-- | editors/nano/patches/patch-aa | 4 | ||||
-rw-r--r-- | editors/nano/patches/patch-ab | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 2e70fd08b73..e919161f098 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -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 --git a/editors/nano/patches/patch-aa b/editors/nano/patches/patch-aa index 00bf3ac0787..2faaa6d4a1e 100644 --- a/editors/nano/patches/patch-aa +++ b/editors/nano/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.6 2007/10/24 15:28:38 obache Exp $ /* Make sure the cursor is in the edit window. */ reset_cursor(); -+ wrefresh(edit); ++ wnoutrefresh(edit); #ifndef NANO_TINY if (!jump_buf_main) { diff --git a/editors/nano/patches/patch-ab b/editors/nano/patches/patch-ab index ddcd24faf98..98c8e62d14a 100644 --- a/editors/nano/patches/patch-ab +++ b/editors/nano/patches/patch-ab @@ -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 @@ $NetBSD: patch-ab,v 1.1 2007/10/26 16:44:38 obache Exp $ #endif reset_statusbar_cursor(); -+ wrefresh(bottomwin); ++ wnoutrefresh(bottomwin); } #ifndef NANO_TINY |