Re: Session name in status line

2009-03-13 Thread Frank Blendinger
Hi. On Fri 2009-03-13 07:06, Thomas Adam proclaimed: > 2009/3/11 Frank Blendinger : > > I want to see the name of the session in my caption. As there is no > > predefined string escape, I tried this: > > > >    backtick 1 0 0 echo $STY > >    caption always "...%1`..." > > > > but the environment

Re: Session name in status line

2009-03-13 Thread Thomas Adam
2009/3/11 Frank Blendinger : > Hi, > > I want to see the name of the session in my caption. As there is no > predefined string escape, I tried this: > >    backtick 1 0 0 echo $STY >    caption always "...%1`..." > > but the environment variable STY is not set when the backtick command is > execute

Re: Session name in status line

2009-03-12 Thread Frank Blendinger
Hi. On Wed 2009-03-11 12:29, Alexander Steinert proclaimed: > Frank Blendinger, Wed 2009-03-11 01:53 CET: > > I want to see the name of the session in my caption. As there is no > > predefined string escape, I tried this: > > > > backtick 1 0 0 echo $STY > > caption always "...%1`..." >

Re: Session name in status line

2009-03-11 Thread Alexander Steinert
Frank Blendinger, Wed 2009-03-11 01:53 CET: > Hi, > > I want to see the name of the session in my caption. As there is no > predefined string escape, I tried this: > > backtick 1 0 0 echo $STY > caption always "...%1`..." > > but the environment variable STY is not set when the backtick

Session name in status line

2009-03-10 Thread Frank Blendinger
Hi, I want to see the name of the session in my caption. As there is no predefined string escape, I tried this: backtick 1 0 0 echo $STY caption always "...%1`..." but the environment variable STY is not set when the backtick command is executed. How could I get the session name otherwi