mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-01-21 17:32:10 +00:00
animated resize.
git-svn-id: svn://qnap.local/TwoTerm/trunk@1983 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
c71eba9205
commit
6e4b2a6e51
@ -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])
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user