Re: Setting window title in ssh'ed host

2008-11-05 Thread Robin Lee Powell
On Wed, Nov 05, 2008 at 10:50:31PM -0800, Micah Cowan wrote: > I don't really see how that does what the thread's talking about; > namely, set the window title to the hostname that's connected by > ssh. You set your remote shell's PS1 to tell screen to set the title to $(uname -n) or whatever. >

Re: Setting window title in ssh'ed host

2008-11-05 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robin Lee Powell wrote: > On Wed, Nov 05, 2008 at 02:39:13PM -0800, Micah Cowan wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Gokdeniz Karadag wrote: >>> Hi, >>> >>> This is more like a story, I am trying to automatically set >>> "G

Re: Setting window title in ssh'ed host

2008-11-05 Thread Robin Lee Powell
On Wed, Nov 05, 2008 at 02:39:13PM -0800, Micah Cowan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gokdeniz Karadag wrote: > > Hi, > > > > This is more like a story, I am trying to automatically set > > "GNU screen window title" equal to the hostname that is > > connected by ssh.

Re: Setting window title in ssh'ed host

2008-11-05 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gokdeniz Karadag wrote: > Hi, > > This is more like a story, I am trying to automatically set "GNU screen > window title" equal to the hostname that is connected by ssh. This has been a recurring need, solved in various ways. Thomas Adam just point