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 <[EMAIL PROTECTED]> 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
> screen-users@gnu.org
> http://lists.gnu.org/mailman/listinfo/screen-users


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to