NetBSD-Bugs archive

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

Re: lib/53615: curses(3) KEY_RESIZE does not work



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

From: Roy Marples <roy%marples.name@localhost>
To: Rin Okuyama <rokuyama%rk.phys.keio.ac.jp@localhost>, gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: lib/53615: curses(3) KEY_RESIZE does not work
Date: Tue, 18 Sep 2018 23:12:56 +0100

 On 18/09/2018 23:00, Rin Okuyama wrote:
 > On 2018/09/19 6:55, Roy Marples wrote:
 >> You're either going to use KEY_RESIZE or SIGWINCH in the application.
 >> What use case do you have for handling both?
 > 
 > Ah, I understand the intention of the original code. Thank you for
 > explanation! I will commit the rest parts soon.
 
 When you do, ensure to set _cursesi_screen->resized to 0 when returning 
 KEY_RESIZE in lib/libcurses/get_wch.c
 
 Your current patch omits that as well.
 
 Roy
 


Home | Main Index | Thread Index | Old Index