Re: How to programmatically open new screen window?

2016-12-23 Thread Jean Louis
On Fri, Dec 23, 2016 at 08:42:46AM -0800, Neal Fultz wrote: > > Some screen commands can send their output to stdout, others don't, but > > there are ways to fake it. This will give you the session name for the > > current screen session: > > > > > > -- snippet -- > > # get the sessionname for our

Re: How to programmatically open new screen window?

2016-12-23 Thread Neal Fultz
One good example of this type of program is the screen plugin for vim; it checks the $STY environment variable to determine whether it is already inside screen or not. If that variable is already set, any screen command you execute will apply to that session. On Fri, Dec 23, 2016 at 7:54 AM, Micha

Re: How to programmatically open new screen window?

2016-12-23 Thread Michael Parson
On 2016-12-23 00:03, Jean Louis wrote: Hello, Is there an option or possibility to programmatically open a new screen window? In particular, that program in one window, may find out its instance of screen and then to open new screen window with some other program running and switch focus to it?

How to programmatically open new screen window?

2016-12-23 Thread Jean Louis
Hello, Is there an option or possibility to programmatically open a new screen window? In particular, that program in one window, may find out its instance of screen and then to open new screen window with some other program running and switch focus to it? Jean _