Re: all apps in my screen lost across X reboot

2011-07-28 Thread ping
hi kevin: I tried that and it looks good, in terms that my apps inside screen now get retained across X reboot...but then I find another issue that make it hard to use this approach in practice: it looks now I can't copy$paste between vim and other apps, or even between vim instances I was runn

Re: Redirecting output on screen command line

2011-07-28 Thread Bruno Cudini
On Mon, Jul 25, 2011 at 12:25:30PM -0400, Seth Seeger wrote: > Hello! > > I'm trying to do something like this, where I redirect the output of > my script into a file: > >screen -d -m php -f long-runnig-script.php > /tmp/mylogfile.txt > > But of course, the ">" is not passed into screen. I'

Re: I need `undo' in gnu screen

2011-07-28 Thread Jostein Berntsen
On 27.07.11,13:26, chen bin wrote: > typical user case, > > I use command `only` (C-a Q) to maximize the window to observer some > log, then I want to restore the previous layout to do other things. > What kind of layout do you want to restore to, is it a split window? Jostein __

I need `undo' in gnu screen

2011-07-28 Thread chen bin
typical user case, I use command `only` (C-a Q) to maximize the window to observer some log, then I want to restore the previous layout to do other things. -- help me, help you. ___ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/

Redirecting output on screen command line

2011-07-28 Thread Seth Seeger
Hello! I'm trying to do something like this, where I redirect the output of my script into a file: screen -d -m php -f long-runnig-script.php > /tmp/mylogfile.txt But of course, the ">" is not passed into screen. I've tried escaping the ">" in all the different ways I could think of, but