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 soumendra
Recipients soumendra, twouters
Date 2020-08-21.22:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598049749.08.0.71473965768.issue41541@roundup.psfhosted.org>
In-reply-to
Content
All images, test programs, and old patches have been removed.

window resize test is now being performed using stty.

On linux:
stty -F <terminal-device-file> rows x cols y

On BSDs:
stty -f <terminal-device-file> rows x cols y

to change window size.
History
Date User Action Args
2020-08-21 22:42:29soumendrasetrecipients: + soumendra, twouters
2020-08-21 22:42:29soumendrasetmessageid: <1598049749.08.0.71473965768.issue41541@roundup.psfhosted.org>
2020-08-21 22:42:29soumendralinkissue41541 messages
2020-08-21 22:42:29soumendracreate