This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: printf and echo no longer changing the window title


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]