Re: how can I reliably query the correct terminal window?
Re: how can I reliably query the correct terminal window?
- Subject: Re: how can I reliably query the correct terminal window?
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 3 Dec 2008 17:07:22 -0500
On Wed, Dec 3, 2008 at 4:59 PM, Doug McNutt <email@hidden> wrote:
> Most interesting. I do ssh's all over the place and I'd like to know how to
> execute any command "over there" that can change the window name.
Terminal.app honors the xterm escape sequences to change window title.
All it takes is echoing the right string, which can be done no matter
how many hosts deep into ssh you are.
e.g., in bash:
$ echo -ne '\e]0;New Title Goes Here\a'
--
Mark J. Reed <email@hidden>
_______________________________________________
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