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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=cghxdKBEvDvXRfmulKEGetWSdKa2o yYFPAHfwoHHK1NEGAAxHdSEVwq38sz8m+Q3pMY7bRwovv9hCkeLFoCuvNgZajLmP Svb+SIy/8Mvk8LbmsdAyf3wVoA+ook5OdGsJsLkHik8EikaL2jaLZ7gGzT28mKuX 0QhIwyynYg42Uw= 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:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=ox9cSMwJu640UMikfE6OwtR1WU0=; b=wmR uqp9UME7evFX6O0NNPoHjIPPzo/3V3HnkN7J3yVS40oTKdyDL/9fI+NmGc14RmDV ILZHMq5ALnPr75EdgmJl7mV35LlwtpFuQwwFJ7P0MJjAKdy958N0LbBpsFv3v0Op 5iy/EwJum3WS/oy4GKA4t2u3y6Qk5w5rwiHF+epQ= 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.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f47.google.com MIME-Version: 1.0 X-Received: by 10.236.43.98 with SMTP id k62mr56967861yhb.33.1399374101472; Tue, 06 May 2014 04:01:41 -0700 (PDT) Date: Tue, 6 May 2014 06:01:41 -0500 Message-ID: Subject: printf and echo no longer changing the window title From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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 $ uname -a CYGWIN_NT-6.1 Steven-PC 1.7.29(0.272/5/3) 2014-04-07 13:46 x86_64 Cygwin -- 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