Message265564
| Author | martin.panter |
|---|---|
| Recipients | docs@python, martin.panter, pbazant, poq, r.david.murray |
| Date | 2016-05-15.01:05:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1463274347.82.0.497968921144.issue2675@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For the record, this is my interpretation of Pavel’s demo: If you press a key (other than lowercase “q”) or resize the terminal, it displays the terminal dimensions in the top-left corner. Without Readline, the dimensions are updated when the terminal resizes. When Readline is used (interactive mode, or simply “import readline”), the reported dimensions are static, which I understand is the bug. Documentating this quirk may be a good start. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-15 01:05:47 | martin.panter | set | recipients: + martin.panter, pbazant, r.david.murray, docs@python, poq |
| 2016-05-15 01:05:47 | martin.panter | set | messageid: <1463274347.82.0.497968921144.issue2675@psf.upfronthosting.co.za> |
| 2016-05-15 01:05:47 | martin.panter | link | issue2675 messages |
| 2016-05-15 01:05:46 | martin.panter | create | |