Comment 1 for bug 566675

Revision history for this message
Radek (szklarczyk) wrote :

I propose to change the line in ibrowse.display(self)

        if hasattr(curses, "resize_term"):

to

        if hasattr(curses, "resize_term") and getattr(signal, 'SIGWINCH', None):