in reply to Re: Handling curses window resizes with Curses.pm
in thread Handling curses window resizes with Curses.pm

Tried using threads->sleep in the KEY_RESIZE handler, did not help. I'm still not receiving KEY_RESIZE events. Only horizontal resize is working properly, and it is working without me doing anything. Vertical resize does not work at all, either automatically or if I try to trap either KEY_RESIZE or SIGWINCH.
  • Comment on Re^2: Handling curses window resizes with Curses.pm