Message 375774 - Python tracker
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.