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 martin.panter
Recipients Carlos Pita, johnmorr, martin.panter, neologix, r.david.murray, takluyver
Date 2015-10-16.23:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445037593.86.0.560705017205.issue23735@psf.upfronthosting.co.za>
In-reply-to
Content
One idea might be to synchronously poll the screen size each time before Readline is invoked. Would doing this be such a burden? The polling could be limited to once every 0.1 s or so if it was a big burden. These ways would avoid interfering with signal handlers entirely.
History
Date User Action Args
2015-10-16 23:19:54martin.pantersetrecipients: + martin.panter, r.david.murray, neologix, takluyver, Carlos Pita, johnmorr
2015-10-16 23:19:53martin.pantersetmessageid: <1445037593.86.0.560705017205.issue23735@psf.upfronthosting.co.za>
2015-10-16 23:19:53martin.panterlinkissue23735 messages
2015-10-16 23:19:53martin.pantercreate