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
@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
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
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
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
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
6 matches
Mail list logo