pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/37208: editors/nano: input prompt cursor position problems using curses
The following reply was made to PR pkg/37208; it has been noted by GNATS.
From: OBATA Akio <obache%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: jdw-pkgsrc%menelos.com@localhost
Subject: Re: pkg/37208: editors/nano: input prompt cursor position problems
 using curses
Date: Fri, 26 Oct 2007 22:49:54 +0900
 How about a following patch?
 
 $NetBSD$
 
 --- 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
 
 -- 
 "Of cource I love NetBSD":-)
 OBATA Akio / obache%NetBSD.org@localhost
 
Home |
Main Index |
Thread Index |
Old Index