Re: Problem with gnu screen
"David T. Pierson" <dtp-tWP3OOf8k3DqlBn2x/[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <1427687020.8970%[email protected]> |
On Sat, Mar 28, 2015 at 02:26:17PM -0400, - wrote: > I have a socket with two windows.. Both are started in screenrc including > my browser in the first window. > > Iuse the web browser lynx. At least once a day, often the first time, when > I want to go to an url on the web screen dumps me from the window with lynx > to the second window. The first window has disappeared. There is not enough information to provide a full diagnosis, but perhaps lynx is exiting and so screen closes its window. See the `zombie' setting in `man screen' for a way to have windows stick around after the window process exits. You may also want to start the window with a shell command and then start lynx from the shell. David