Re: how to kill some borked elements in screen

2009-05-28 Thread Dan Mahoney, System Admin
On Thu, 28 May 2009, Chris Jones wrote: My screen ctrl-a ? shows that both k and K are kill -- is this the same for you? If so, where's it defined? If I do the following: $ touch /tmp/screenrc $ screen -c /tmp/screenrc the outcome is that Ctrl-a ? now displays: kill ^K k Presumably these

Re: how to kill some borked elements in screen

2009-05-28 Thread Chris Jones
On Thu, May 28, 2009 at 06:29:08PM EDT, Dan Mahoney, System Admin wrote: > On Thu, 28 May 2009, Chris Jones wrote: [..] > >The way to work around this issue as recommended by the manual is > >either not to use Ctrl-a as your screen escape key or to rebind kill > >to something else, such as "Shift

Re: how to kill some borked elements in screen

2009-05-28 Thread Dan Mahoney, System Admin
On Thu, 28 May 2009, Chris Jones wrote: On Thu, May 28, 2009 at 12:38:51PM EDT, Dan Mahoney, System Admin wrote: On Thu, 28 May 2009, Albert Vilella wrote: Hi, I've got a screen session with about a dozen of terminals, and a couple of them are basically unresponsive. I can navigate to the

Re: how to kill some borked elements in screen

2009-05-28 Thread Chris Jones
On Thu, May 28, 2009 at 12:38:51PM EDT, Dan Mahoney, System Admin wrote: > On Thu, 28 May 2009, Albert Vilella wrote: > > >Hi, > >I've got a screen session with about a dozen of terminals, and a > >couple of them are basically unresponsive. I can navigate to them in > >screen, but they don't res

Re: Dynamic Title

2009-05-28 Thread Alan Young
On Wed, May 27, 2009 at 20:17, Asif Iqbal wrote: > How do I change the title of a screen window (tab) dynamically, to > match the hostname I ssh to ? I created a file of aliases for all of the servers I connect to: alias server='echo -e "\ekservername\e\\" && ssh server && echo -e "\ekbash\e\\"

Re: how to kill some borked elements in screen

2009-05-28 Thread Chris Jones
On Thu, May 28, 2009 at 12:12:14PM EDT, Albert Vilella wrote: > Hi, > > I've got a screen session with about a dozen of terminals, and a couple of > them are basically unresponsive. > I can navigate to them in screen, but they don't respond. Is there a way to > kill them or hide them so that > the

Re: how to kill some borked elements in screen

2009-05-28 Thread Dan Mahoney, System Admin
On Thu, 28 May 2009, Albert Vilella wrote: Hi, I've got a screen session with about a dozen of terminals, and a couple of them are basically unresponsive. I can navigate to them in screen, but they don't respond. Is there a way to kill them or hide them so that they don't show up when navigat

how to kill some borked elements in screen

2009-05-28 Thread Albert Vilella
Hi, I've got a screen session with about a dozen of terminals, and a couple of them are basically unresponsive. I can navigate to them in screen, but they don't respond. Is there a way to kill them or hide them so that they don't show up when navigating down to all my terminals? __