NetBSD-Bugs archive

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

Re: lib/54231 (lib/libcurses/t_curses:copywin test regression)



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

From: Brett Lymn <blymn%internode.on.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: lib/54231 (lib/libcurses/t_curses:copywin test regression)
Date: Sun, 26 May 2019 16:00:03 +0930

 Gah - that will learn me for trusting the android tablet...
 
 For the sake of the record, here is what I wrote:
 
 This is failing because addwch now advances the cursor and line wraps as
 it should so wprintw fails adding a character to the bottom right corner
 of the window which, since scrollok is false, is correct.
 
 To make the window fills work scrollok needs to be true then add the
 bottom line first, scroll the window back down and then add the rest of
 the lines to get the window full of characters.
 
 I am partway through making the required changes.
 
 -- 
 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