[PATCH 2/3] TUI: Don't print KEY_RESIZE keys

Pedro Alves palves@redhat.com
Thu Jan 8 11:29:00 GMT 2015


On 01/08/2015 04:04 AM, Patrick Palka wrote:
> wgetch() sometimes returns KEY_RESIZE when ncurses detects that the
> terminal has been resized.  

I think curses SIGWINCH handler ends up _not_ installed, right?
We install our own, and so does readline.
So how did a resize manage to be detected/processed while inside
wgetch?

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list