animated resize.

git-svn-id: svn://qnap.local/TwoTerm/trunk@1983 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
Kelvin Sherlock 2011-01-11 04:35:45 +00:00
parent c71eba9205
commit 6e4b2a6e51

View File

@ -150,7 +150,7 @@
fcntl(fd, F_SETFL, flags | O_NONBLOCK);
*/
[_emulatorView resizeTo: iSize(ws.ws_col, ws.ws_row)];
[_emulatorView resizeTo: iSize(ws.ws_col, ws.ws_row) animated: NO];
if (![_emulator resizable])
{