Re: Scripting Terminal
Re: Scripting Terminal
This works:
tell application "Terminal"
tell front window
set t to selected tab
do script "1G" in t
set s to properties of t
display dialog contents of s
end tell
end tell
hth,
ed
On Jun 24, 2010, at 5:11pm, Paul Scott wrote:
> Why doesn't this work?
>
> tell application "Terminal"
> tell front window
> set t to selected tab
> do script "1G" in t
> set s to contents of t
> display dialog s
> end tell
> end tell
>
> But this does:
>
> tell application "Terminal"
> tell front window
> do script "1G" in selected tab
> set s to contents of selected tab
> display dialog s
> end tell
> end tell
>
> ???
>
> Paul
_______________________________________________
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