head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.22 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.18 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3; locks; strict; comment @# @; 1.3 date 2007.12.22.15.12.23; author obache; state dead; branches; next 1.2; 1.2 date 2007.12.05.00.54.56; author obache; state Exp; branches; next 1.1; 1.1 date 2007.10.26.16.44.38; author obache; state Exp; branches; next ; desc @@ 1.3 log @Update nano to 2.0.7. Patches for NetBSD curses no longer need. 2007/12/20 - GNU nano 2.0.7 keeps its balance. This release fixes several bugs, among others: a segfault and several cursor positioning problems when uncutting text or inserting files into the current buffer; a problem where the total number of characters would be miscalculated when replacing single-byte characters with multibyte ones; several minor issues with the statusbar prompt involving text display and mouse support; and several oddities when tab-completing in the middle of a line. It also improves autodetection of DOS and Mac format files, properly supports the mouse wheel when using a version of ncurses built with the --enable-ext-mouse option, fixes some problems under NetBSD curses, adds a lot of translation updates, and adds more minor documentation updates. Slang curses emulation support has also been changed to turn off all the options that --enable-tiny does, as it's hopelessly broken otherwise. Finally, nano is now licensed under the GNU GPL version 3 or later, and its documentation is now dual-licensed under the GNU GPL version 3 or later and the GNU FDL version 1.2 or later. Have fun. @ text @$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 @@@@ -1122,6 +1122,7 @@@@ int get_prompt_string(bool allow_tabs, #endif reset_statusbar_cursor(); + wnoutrefresh(bottomwin); } #ifndef NANO_TINY @ 1.2 log @Let not to refresh aggressively. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2007/10/26 16:44:38 obache Exp $ @ 1.1 log @Fixes cursor update problem in prompt windows with NetBSD's curses, reported in PR 37208. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d9 1 a9 1 + wrefresh(bottomwin); @