NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/54263: curses changes broke sysinst



The following reply was made to PR lib/54263; it has been noted by GNATS.

From: Brett Lymn <blymn%internode.on.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: lib-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: lib/54263: curses changes broke sysinst
Date: Mon, 3 Jun 2019 07:59:34 +0930

 This sounds very similar to something I saw when debugging the previous
 changes, mutt would do exactly this.  It turned out that the current
 line was not being properly maintained in add_wch.
 
 It may not be this though, a change to move() meant that a multitude of
 errors were hidden by the display being constantly refreshed due to
 lines being marked dirty without the change pointers being modified
 which resulted in the refresh code never un-dirtying the line flags.
 
 -- 
 Brett Lymn
 --
 Sent from my NetBSD device.
 
 "We are were wolves",
 "You mean werewolves?",
 "No we were wolves, now we are something else entirely",
 "Oh"
 


Home | Main Index | Thread Index | Old Index