bug-ncurses
[Top][All Lists]
Advanced

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

Incorrect window sizes after SIGWINCH


From: Mason, Kody
Subject: Incorrect window sizes after SIGWINCH
Date: Tue, 19 Jun 2001 17:09:40 -0500

Hi,

I am using the redhat 5.0-12 release of ncurses inside an application that
attempts to handle SIGWINCH signals and resize the application WINDOW
to match the new larger or smaller size.

The problem that I see is that the getmaxyx() doesn't seem to notice the 
change to the WINDOW size...  Even if I endwin() and initscr() after the 
SIGWINCH happens, I still end up with the original (now incorrect) "maxyx"
values...

Any ideas?  Am I missing something here?

Thanks,
-Kody




reply via email to

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