pasting buffer into a command

2008-04-21 Thread Eric Smith
How do I bind (say) F10 to go into colon mode, type the shell escape character and a command - (say) `track' and then paste the contents of the screen buffer. This effort enters the literal "paste" string and not the screne command paste. bindkey -k k; eval 'stuff "W"' colon 'stuff "! track "' 's

Re: Moving a window from one screen session to another

2008-04-21 Thread Joe Zbiciak
| > The Apache forking model moves streams between different | > processes, but from what I heard, these are terribly unportable | > operations, and they require the processes to be closely related | > to each other. | | I don't understand the relevance of Apache. Are you referring to the | HTTP d

Re: Moving a window from one screen session to another

2008-04-21 Thread Trent W. Buck
On Mon, Apr 21, 2008 at 01:53:00PM +0400, Andrew Pantyukhin wrote: > On Mon, Apr 21, 2008 at 09:52:51AM +0200, Vladimir Marek wrote: > > > I've look through the screen manual and didn't find any way > > > to do what I want. I have an active window with a running > > > program (irssi IRC client) whi

Re: Moving a window from one screen session to another

2008-04-21 Thread Andrew Pantyukhin
On Mon, Apr 21, 2008 at 09:52:51AM +0200, Vladimir Marek wrote: > > I've look through the screen manual and didn't find any way > > to do what I want. I have an active window with a running > > program (irssi IRC client) which I don't want to close and I > > want to move it from one active screen s

Re: Moving a window from one screen session to another

2008-04-21 Thread Vladimir Marek
> > AFAIK no. You can't even move window within one screen. > > > > It would be nice feature. > [...] > > You can move windows within one screen, see :number Wow. Thank you :) -- Vlad pgpXhIEVSA7HN.pgp Description: PGP signature ___ screen

Re: Moving a window from one screen session to another

2008-04-21 Thread Stephane Chazelas
On Mon, Apr 21, 2008 at 09:52:51AM +0200, Vladimir Marek wrote: > > I've look through the screen manual and didn't find any way to do what I > > want. I have an active window with a running program (irssi IRC client) > > which I don't want to close and I want to move it from one active screen > > s

Re: Moving a window from one screen session to another

2008-04-21 Thread Vladimir Marek
> I've look through the screen manual and didn't find any way to do what I > want. I have an active window with a running program (irssi IRC client) > which I don't want to close and I want to move it from one active screen > session to another one. Is there any way I can achieve that? AFAIK no. Y

Moving a window from one screen session to another

2008-04-21 Thread Patrick Pelletier
Hi all, I've look through the screen manual and didn't find any way to do what I want. I have an active window with a running program (irssi IRC client) which I don't want to close and I want to move it from one active screen session to another one. Is there any way I can achieve that? Thanks. -