screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: screen+putty setting window title


From: Software Groups
Subject: Re: screen+putty setting window title
Date: Mon, 14 Nov 2005 19:04:36 -0500

Zeroguy,

I ran this command from inside screen window. its not changing putty
title windows.

PROMPT_COMMAND='echo -ne "\033_hello1\033\\"'

here is set -xv ouptput:

 #PROMPT_COMMAND='echo -ne "\033_hello1\033\\"'
PROMPT_COMMAND='echo -ne "\033_hello1\033\\"'
+ PROMPT_COMMAND='echo -ne "\033_hello1\033\\"'
echo -ne "\033_hello1\033\\"
++ echo -ne '\033_hello1\033\'

can you help me to make this work?

Thanks

On 10/6/05, zeroguy <address@hidden> wrote:
> The sequence is different inside screen. Instead, (for bash) do
>
> PROMPT_COMMAND='echo -ne "\033_hello1\033\\"'
>
> For something like .bashrc, it's best to test if you're inside a screen
> session by checking the $TERM variable before setting the above
> variable.
>
>        -zeroguy
>
> On Thu, 06 Oct 2005 01:38:44 -0400
> Software Groups <address@hidden> wrote:
>
> > Hi,
> >
> > In linux I use this prompt command to change putty window title.
> >
> > PROMPT_COMMAND='echo -ne "\033]0;hello1\007"'
> >
> > This command is not working inside screen.  Is any other way to change
> > putty window title from inside screen session.
> >
> > Thanks
> >
> > --
> > Software Groups (SFG)
> > http://www.sfgroups.com
> >
> >
> > _______________________________________________
> > screen-users mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/screen-users
>
>
> _______________________________________________
> screen-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/screen-users
>


--
Software Groups (SFG)
http://www.sfgroups.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]