Re: Deatached Sessions Dissapair after reboot.

2008-10-02 Thread davidcollins001
I generally have long running screen sessions that have certain windows open, not always the same so not worth setting in .screenrc. Is it possible for screen to save session? Or at least just save the window name, number, path and just some basic info that would be able to use to reopen the same c

Re: Opening a window in the background?

2008-07-23 Thread davidcollins001
On 18/07/2008, roi h <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to open a new window without switching to it? > > I often would like to start a command in a background window, and only > switch to it later, but I haven't found anything in the manual about it. > > Thanks, Roi > I don't hav

Re: Unable to resume screen session following accidental disconnection

2008-07-02 Thread davidcollins001
I use screen -x to attach to an attached session, have you tried this? On 02/07/2008, Samir Unni <[EMAIL PROTECTED]> wrote: > Hi, > > I was using screen, and my session was disconnected while outputting a lot > of text (presumably due to a router choking---the upwidth for the remote box > is prett

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread davidcollins001
Hi, I wanted to change from the ctrl-a also a while back, but I wasn't sure if I could. I tried: escape [[ in my .screenrc, and it just seemed to work! I was really surprised but I like it. It does cause me problems though If I try to paste from a clipboard that has a '[' in it screen goes craz

Re: how to cd in .screenrc?

2008-01-30 Thread davidcollins001
try in .screenrc chdir ~/enlace screen -t enlace chdir 'other/dir' screen -t other_dir You can also put this into a separate file and source it from the main .screenrc using source 'alternate.screenrc On 29/01/2008, Sonia Hamilton <[EMAIL PROTECTED]> wrote: > I have different .screenrc's for d