]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Another fix to yesterday's window-resizing revamp: when restoring from
authorSimon Tatham <anakin@pobox.com>
Thu, 23 Dec 2010 15:44:20 +0000 (15:44 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 23 Dec 2010 15:44:20 +0000 (15:44 +0000)
commit674f68f1ef9b20505372fbaabe6abeab35d762a1
treeb11f2173aa54f0c4fec05dbe759facf5d2f7cee2
parent05f22632eb45c9b8d17e8ffe7aa97e2590f8f11c
Another fix to yesterday's window-resizing revamp: when restoring from
maximised state, we must be sure to disable the window offset used to
centre the terminal in cases where the window is non-negotiably the
wrong size (e.g. maximised). Hence we must call reset_window after our
terminal resize.

[originally from svn r9044]
windows/window.c