Re: Need a way to switch to a slow new window

2017-11-16 Thread David Woodfall
I have a copy mode bind that launches elinks in a new screen window after selecting a URL. By default it won't switch to the new window, so I tried adding a 'select' command on the end, but I get an error back because it seems that select tries to run before the new window is created, so I get a m

Need a way to switch to a slow new window

2017-11-16 Thread David Woodfall
I have a copy mode bind that launches elinks in a new screen window after selecting a URL. By default it won't switch to the new window, so I tried adding a 'select' command on the end, but I get an error back because it seems that select tries to run before the new window is created, so I get a m

Re: Possible to put some kind of if then test in screenrc?

2017-11-16 Thread David Woodfall
On 14.11.17,17:59, David Woodfall wrote: Thanks, I'll give that a shot. > This should be possible if you write a backtick that prints only if CPU > > 90; then you could combine that with %? : > > %?%1`%{.R.}%?% > > to conditionally change the color > > On Tue, Nov 14, 2017 at 4:41 AM, David Wood

Re: Possible to put some kind of if then test in screenrc?

2017-11-16 Thread Jostein Berntsen
On 14.11.17,17:59, David Woodfall wrote: > Thanks, I'll give that a shot. > > > This should be possible if you write a backtick that prints only if CPU > > > 90; then you could combine that with %? : > > > > %?%1`%{.R.}%?% > > > > to conditionally change the color > > > > On Tue, Nov 14, 2017 a