This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Eric Price
Recipients Carlos Pita, Eric Price, johnmorr, martin.panter, neologix, r.david.murray, takluyver
Date 2015-10-22.16:25:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445531152.18.0.910958158192.issue23735@psf.upfronthosting.co.za>
In-reply-to
Content
This patch seems to fix the issue for me, by installing a signal handler for SIGWINCH that sets a flag which is checked while waiting for input.

One could make a simpler patch that just calls rl_resize_terminal() from the signal handler.  That would essentially replicate the pre-readline 6.2 behavior, which worked fine, but supposedly it's `dangerous'.
History
Date User Action Args
2015-10-22 16:25:52Eric Pricesetrecipients: + Eric Price, r.david.murray, neologix, takluyver, martin.panter, Carlos Pita, johnmorr
2015-10-22 16:25:52Eric Pricesetmessageid: <1445531152.18.0.910958158192.issue23735@psf.upfronthosting.co.za>
2015-10-22 16:25:52Eric Pricelinkissue23735 messages
2015-10-22 16:25:52Eric Pricecreate