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
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
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
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