[issue23735] Readline not adjusting width after resize with 6.3

Martin Panter report at bugs.python.org
Fri Oct 16 19:19:53 EDT 2015


Martin Panter added the comment:

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.

----------
components: +Extension Modules
nosy: +martin.panter
stage:  -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23735>
_______________________________________


More information about the Python-bugs-list mailing list