X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; q=dns; s=default; b=guIL7Ae0nrKDWOmqm5VClky3OlMzk
	QBzTaNT75wkookAOuV8O1b9tG2vvd36vlbyLCdwtma5DUjWxQXnH2swuX/Pinh87
	pvW8dh8iXrbaKBJQ4ts0jWcFzuhntotNYlNpa/HnlqoTBZNn43unXows0Un8miB7
	+y5jma/7GGNPvI=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; s=default; bh=qjAGwznS6P7xS3K/jNmMDgOxrJ8=; b=nXJ
	Nf+sKee5RMHbiW0N5pGAyc9tEiOoh/8ZwQetxQXZ8NkwODK8aKGeTZ0lST7J8b4s
	3EMNkALKTr1CpkR6bi9ImixI6XRuhLUMyYHj/8vjSzGs/T5oTlHQYD7nezBbF+aS
	O7DqSuMIAT8BGwVC0gk5emTnl9kvHWGg6EuBEYzA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_05 autolearn=ham version=3.3.2
X-HELO: usa7109mr007.acs-inc.com
From: "Nellis, Kenneth" <Kenneth.Nellis@xerox.com>
To: cygwin <cygwin@cygwin.com>
Subject: RE: set Cygwin terminal title
Date: Tue, 8 Apr 2014 16:24:31 +0000
Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702CE07EE4@USA7109MB022.na.xerox.net>
References: <CAOSUUSo-UMTJY0o5D1PBGix50NRvxmuzhTaTpqKtrOomCZBT0w@mail.gmail.com>
In-Reply-To: <CAOSUUSo-UMTJY0o5D1PBGix50NRvxmuzhTaTpqKtrOomCZBT0w@mail.gmail.com>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s38GP1lJ011934

From: xmoon 2000 
> Ho can I set Cygwin termnal title?
> 
> I have tried echoing every escape sequence I have found on web.
> 
> None seem to work.

This works with mintty and bash:

printf "\e]2;%s\a" "your message here"

--Ken Nellis


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


