Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
In Windows PuTTY, if you turn off window resizing completely in the configuration (so that even the local user can't resize the window with the mouse), and if the server attempts to send a control sequence to resize the window, PuTTY will stop printing terminal output completely.
This was caused by a bad interaction between the code in the terminal that suspends output processing while waiting for the window to finish resizing, and the code that forbids resizing (but never notified the terminal that it was forbidden, so the terminal carried on waiting).