Re: printf and echo no longer changing the window title

2014-05-06 Thread Steven Penny
On Tue, May 6, 2014 at 9:10 AM, Marco Atzeri wrote: > what is PS1 setting ? > Likely PS1 is overwriting any "echo -e '\e]0;blah\a'" command Yes sir! That was it! Culpable file /etc/bash.bashrc Thanks for the help. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: printf and echo no longer changing the window title

2014-05-06 Thread Marco Atzeri
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 i

Re: printf and echo no longer changing the window title

2014-05-06 Thread Steven Penny
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 VirtualB

Re: printf and echo no longer changing the window title

2014-05-06 Thread Chris J. Breisch
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='\

printf and echo no longer changing the window title

2014-05-06 Thread Steven Penny
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