bug-ncurses
[Top][All Lists]
Advanced

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

Re: Strange ncurses bug with getch() and window resize?


From: Thomas Dickey
Subject: Re: Strange ncurses bug with getch() and window resize?
Date: Mon, 7 Aug 2006 18:05:34 -0400 (EDT)

On Sat, 5 Aug 2006, Simon Stelling wrote:

Simon Stelling wrote:
version you downloaded it will just segfault on the next occation. The tarball linked to above will work though.

It's not a bug in ncurses. The problem is that when you create a new window, the keypad() mode is initially off. The code in conf-update.c which handles KEY_RESIZE is deleting and re-creating the windows, but no new call to keypad() is made on the 'inner' window.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]