Terminal Window Resize or Bust
Terminal Window Resize or Bust
- Subject: Terminal Window Resize or Bust
- From: Christopher Stone <email@hidden>
- Date: Wed, 15 Oct 2014 09:55:10 -0500
Hey Folks,
Ugh. I haven't used my resize Terminal window scripts for a while.
They look basically like this:
tell application "Terminal" if front window exists then set bounds of front window to {468, 617, 1420, 1196} end if end tell
The result though is beyond belief...
Weird sizes, loss of the contents of the window...
Very strange.
Using size and position is no better.
I have managed to get it to work properly using System Events' size and position.
Am I missing anything? Is there a better way around this mess?
Thanks.
-- Best Regards, Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden