]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Improve window-size handling in Unix Plink.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 22:57:39 +0000 (22:57 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 22:57:39 +0000 (22:57 +0000)
commit3fad1f402b6a3919be6b62241583636e5f85c84f
tree01bf086370cf01bbebfd42bd2fb8177167a1ce72
parent3d466aec90909db75eef8b6aaeedcd56eb925a2a
Improve window-size handling in Unix Plink.

Unconditionally override the configured terminal size with the one
from stdin if it's available.  This avoids the silliness whereby if
Default Settings had a terminal size set, Plink used this and thus
caused the server to use the wrong size.

[originally from svn r9624]
unix/uxplink.c