Re: waiting for keypress after screen -RR

2016-10-12 Thread Ed Neville
On Wed, Oct 12, 2016 at 05:22:11PM +0200, Tamas Papp wrote: > ... > I use screen -RR on a remote server -- most of the time there is no > existing session, so it displays "New screen..." and waits for a key to > be pressed. > ... screen -RR -q >From the man page :) -q Suppress printing

waiting for keypress after screen -RR

2016-10-12 Thread Tamas Papp
Hi, I use screen -RR on a remote server -- most of the time there is no existing session, so it displays "New screen..." and waits for a key to be pressed. How can I avoid this -- ie make it go directly to the new session without waiting for me to OK the message? screen 4.3.1-2build1, Ubuntu 16.