screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Screen stops attached process in copy mode


From: bmathis-screen
Subject: Re: Screen stops attached process in copy mode
Date: Fri, 30 Jun 2006 10:33:48 -0400
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

A way around this would be to redirect the program output to a file, and then use 'tail -f logfile' to actually display it in screen.  If you enter copy mode, it would stop the tail -f, not the running program.  Command line could look like this:
    myprogram > logfile & tail -f logfile


Rogers Colin M wrote:

I'm running a program in that produces significant amounts of terminal output. I start this program in a detached screen, and at some point later attach it. This presents me with a view of the output from the program, which is fine.

 

However, if I then enter copy mode, a short while later the program stops execution, and only resumes when I leave copy mode. This is very irritating as the program is time dependent, and so stopping it running causes problems.

 

I can't find anything about this in the manual, so can anyone tell me if this is the intended behaviour, and whether I can get around it in anyway (i.e. allow the program to keep outputting to the "terminal" when in copy mode?)

 

TIA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]