X-Recipient: archive-cygwin AT delorie DOT 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=av0A4rMkYDgXGyjavQjQOSH11bHsEnJFgCi91kDkW7I 9WOJiu8amrAbXpA7lZimXEFGMFhPvTBSWRV4R8EaUMqHSajejNQM99feb6jMsZFv 8iqd7LrfUPoUmIIW6rM4RHlU0en5FQj+MOoT5dXL6OREBiiqESMUPh85LKnb5sM8 = 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=pkU618xyXVhhlskUEIjOT6Rtg5A=; b=r3cS0moFXl14ZvZ7l jDA2m7KiLohgyyWS1D1pDMky2PufMigIpExKTMlE6FSxfPzzOmjuJg4ECs8heEtr 5BC92Y2MjuIGUe7RIDuoWoTf0FQjWVH2aZx3uxszJ+Z4fHXW4hNkcSAlGQgAO62Z v1XO1rq762otHgRwg21ZcbAZkc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f47.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=wasoedBgqgHZ459vcp0BT6Cyu+nVGBdV5vUpUadWjwo=; b=ZnoUqJpeHdF2+mZWAKsdH14o459uparjgxqSq7SXOPTKFohU9zU4ejxj6Zy/E31ihH veCkE96GiL1Br6uQa9DM6pBShA73UXwoxjoiIjaVsgk2LzWzjpxbNceQeXP4ddO/l+Pw p2fFx3e2Og6gazNCHOE9qH23Cp5slooy9U9+4iG0ZjYoI4reaeRSUTVKBO/ap1rIezro yEu1En1DgeGKSRXyjR9njRONYz9daSvsrA7nXgk1yZ2kTQfJzUqCS3nHIkbnSH6fWWnh dLp7LBd9Rrqz0/a7muc1I+PB20Fg2MVfvfelM8d2dSF1z2r7cNtXs4fzWKNCTrK/W7pW tMmw== X-Gm-Message-State: ALoCoQkUth25XXaZ8MP4/rU/CSpLOg6gbRnbU8t5KKHrQECHhYyVVIkbir0fCNhbYvKAHutwszmJ X-Received: by 10.182.126.137 with SMTP id my9mr1648180obb.61.1399375636076; Tue, 06 May 2014 04:27:16 -0700 (PDT) Message-ID: <5368C710.9010906@breisch.org> Date: Tue, 06 May 2014 07:27:12 -0400 From: "Chris J. Breisch" User-Agent: Postbox 3.0.9 (Windows/20140128) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: printf and echo no longer changing the window title References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Steven Penny wrote: > As seen here > http://cygwin.com/ml/cygwin/2005-05/msg01263.html > He mention this command > > echo -e '\E]0;blah\a' > > However I think he meant to lowercase "E" > > echo -e '\e]0;blah\a' > > Either way, these commands are no longer changing the window title. Note that > > PS1='\e]0;blah\a' > > Still works > Works for me. Are you sure you don't have PROMPT_COMMAND set, and it's overriding it? -- Chris J. Breisch -- 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