Re: set Cygwin terminal title

2014-04-10 Thread Csaba Raduly
Hi xmoon, Please don't top-post (http://cygwin.com/acronyms/#TOFU) On Wed, Apr 9, 2014 at 10:25 AM, xmoon 2000 wrote: > @Csaba Yes - that works. > > Actually that's a big help - because within my looping bash script > that is keeping the window title up/changing until scripts stops . > Which i

Re: set Cygwin terminal title

2014-04-09 Thread xmoon 2000
@Csaba Yes - that works. Actually that's a big help - because within my looping bash script that is keeping the window title up/changing until scripts stops . Which is perfect. thanks you On 9 April 2014 08:37, Csaba Raduly wrote: > On Tue, Apr 8, 2014 at 4:55 PM, Adam Dinwoodie wrote: >> On

Re: set Cygwin terminal title

2014-04-09 Thread Csaba Raduly
On Tue, Apr 8, 2014 at 4:55 PM, Adam Dinwoodie wrote: > On Tue, Apr 08, 2014 at 03:24:29PM +0100, xmoon 2000 wrote: >> Ho can I set Cygwin termnal title? >> >> I have tried echoing every escape sequence I have found on web. >> >> None seem to work. > > It's reasonably likely your `$PS1` includes a

Re: set Cygwin terminal title

2014-04-08 Thread Duncan Roe
On Tue, Apr 08, 2014 at 03:55:02PM +0100, Adam Dinwoodie wrote: > On Tue, Apr 08, 2014 at 03:24:29PM +0100, xmoon 2000 wrote: > > Ho can I set Cygwin termnal title? > > > > I have tried echoing every escape sequence I have found on web. > > > > None seem to work. > > It's reasonably likely your `$P

RE: set Cygwin terminal title

2014-04-08 Thread Nellis, Kenneth
From: xmoon 2000 > Ho can I set Cygwin termnal title? > > I have tried echoing every escape sequence I have found on web. > > None seem to work. This works with mintty and bash: printf "\e]2;%s\a" "your message here" --Ken Nellis -- Problem reports: http://cygwin.com/problems.html FAQ

Re: set Cygwin terminal title

2014-04-08 Thread Adam Dinwoodie
On Tue, Apr 08, 2014 at 03:24:29PM +0100, xmoon 2000 wrote: > Ho can I set Cygwin termnal title? > > I have tried echoing every escape sequence I have found on web. > > None seem to work. It's reasonably likely your `$PS1` includes a line to set the terminal title; I think the default Cygwin Bas