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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=GSAHLaZjP7LdCXFFz2XZ0ZiQn4K1n2p/THNWhu2lVs6
	FKAqnmjBzB37Zm/60z+kQ53SJSSktH0fBiKpq5OVxSnQ0FzSlaEwF104nPfJMu/H
	Ce4APEvgLbpLPjhCVuizCy+DsYs++HlrRZhazJCEadhjecpcr5e4pVpTaoXA0IWI
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=+vYz5YOaa2Y6pJe4JrSjc6boot4=; b=xoQYOznrd9NpQd7sI
	x77isNfgbazVy/XkrhGWwrEyVQFSlPW2EWGSAXpx0tTIbEbKPoh6e2IV/wQj8NCV
	u6rZP8lnc71SrqpV5HYQRUtUtUQnPcqSt2OA7jRl4HbD5UFOUKmxHckZjqV8M4SH
	x9zCziirmnPVqobylJbSgjedlQ=
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=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-ee0-f52.google.com
X-Received: by 10.15.75.9 with SMTP id k9mr3573261eey.110.1399385460335;        Tue, 06 May 2014 07:11:00 -0700 (PDT)
Message-ID: <5368ED72.7040301@gmail.com>
Date: Tue, 06 May 2014 16:10:58 +0200
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: printf and echo no longer changing the window title
References: <CAAXzdLVPfJxy1E2AVedEpGifvf8iOUd+eOc5ZNvZHZ+EdRBw5Q@mail.gmail.com>	<5368C710.9010906@breisch.org> <CAAXzdLXCOAcOUHgXHoK=Yf_=2Q8X05pTxiLz0F3Eis=_tvqL8A@mail.gmail.com>
In-Reply-To: <CAAXzdLXCOAcOUHgXHoK=Yf_=2Q8X05pTxiLz0F3Eis=_tvqL8A@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 06/05/2014 14:12, Steven Penny wrote:
> On Tue, May 6, 2014 at 6:27 AM, Chris J. Breisch wrote:
>> Works for me. Are you sure you don't have PROMPT_COMMAND set, and it's
>> overriding it?
>
> This is on a clean Cygwin install. I deleted the Cygwin folder and reinstall
> from that.
>
> I even tried a clean install in a virtual machine with VirtualBox, same result.
>
> Note I am using Windows 7 Service Pack 1.
>
> --

what is PS1 setting ?
Likely PS1 is overwriting any "echo -e '\e]0;blah\a'" command

what happens if you remove the "\[\e]0;\w\a\]\n\[" (or similar)
from PS1 ?

regards
Marco

--
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

