On Wed, Jun 06, 2001 at 01:59:54PM +0200, Kai Weber wrote:
> + Chris Green <[EMAIL PROTECTED]>:
> 
> > It depends on what sort of terminal windows you're running.  To set
> > the title in rxvt windows for example you need:-
> > 
> >     echo "\033]0;This is the title\007"
> 
> It needs the following correction I think:
> 
>     echo -en "\033]0;This is the title\007"
> 
> But now it works.
> 
echo has many different variations on dofferent operating systems, I
don't need the '-en' but you do - so be it!  :-)

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]                 Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/

Reply via email to