Re: screen+putty setting window title

2006-08-20 Thread Fredrik Erlandsson
> 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 > > I'm

Re: screen+putty setting window title

2005-11-14 Thread Software Groups
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_hell

Re: screen+putty setting window title

2005-10-06 Thread zeroguy
On Thu, 06 Oct 2005 17:51:39 -0400 Software Groups <[EMAIL PROTECTED]> wrote: > PROMPT_COMMAND='echo -ne "\033]0;hello1\033\\"' That is not what I said to run. > #echo $TERM > xterm You are inside screen and `echo $TERM` outputs 'xterm'? As my understanding goes, that is certainly not correct.

Re: screen+putty setting window title

2005-10-06 Thread Software Groups
Thanks for your reply, for some reason this is not working from inside screen PROMPT_COMMAND='echo -ne "\033]0;hello1\033\\"' #echo $TERM xterm Thanks On 10/6/05, Software Groups <[EMAIL PROTECTED]> wrote: > Hi, > > In linux I use this prompt command to change putty window title. > > PROMPT_CO

Re: screen+putty setting window title

2005-10-06 Thread zeroguy
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

screen+putty setting window title

2005-10-05 Thread Software Groups
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 ___