Re: [dev] [st][PATCH] better plumbing on linux: find child shell cwd without shell gymnastics

2018-11-02 Thread John Soros
On 01/11/2018 09:33, Quentin Rameau wrote: > > Is that a Linux‐only patch? > Hi Quentin, It isn't anymore. Regs, John

Re: [dev] [st][PATCH] better plumbing on linux: find child shell cwd without shell gymnastics

2018-11-02 Thread John Soros
On 01/11/2018 17:54, Markus Wichmann wrote: > On Thu, Nov 01, 2018 at 04:12:40PM +0100, John Soros wrote: >> Yes! This is much, much better! Thanks. Pity that it still doesn't work >> on OpenBSD. > > If the info I gathered over the course of the last hour is correct, t

Re: [dev] [st][PATCH] better plumbing on linux: find child shell cwd without shell gymnastics

2018-11-01 Thread John Soros
On 01/11/2018 15:04, John Soros wrote: > On 01/11/2018 13:43, Markus Wichmann wrote: >> On Thu, Nov 01, 2018 at 08:46:06AM +0100, John Soros wrote: >>> config.def.h | 6 + >>> x.c | 76 >>

Re: [dev] [st][PATCH] better plumbing on linux: find child shell cwd without shell gymnastics

2018-11-01 Thread John Soros
On 01/11/2018 13:43, Markus Wichmann wrote: > On Thu, Nov 01, 2018 at 08:46:06AM +0100, John Soros wrote: >> config.def.h | 6 + >> x.c | 76 >> 2 files changed, 82 insertions(+) >> >> diff --

[dev] [st][PATCH] better plumbing on linux: find child shell cwd without shell gymnastics

2018-11-01 Thread John Soros
config.def.h | 6 + x.c | 76 2 files changed, 82 insertions(+) diff --git a/config.def.h b/config.def.h index 87ebdbb..265a4ff 100644 --- a/config.def.h +++ b/config.def.h @@ -467,3 +467,9 @@ static char ascii_printable[] =

[dev] [slstatus] [patch] netspeed_*: allow reporting transfer speeds of more than one network interface (on linux)

2018-10-16 Thread John Soros
diff --git a/components/netspeeds.c b/components/netspeeds.c index 02c030e..1814d86 100644 --- a/components/netspeeds.c +++ b/components/netspeeds.c @@ -1,35 +1,70 @@ /* See LICENSE file for copyright and license details. */ #include +#include +#include #include #include "../util.h" +#def

Re: [dev] slstatus netspeeds component does not report speed on linux

2018-10-13 Thread John Soros
e noise. On 13/10/2018 20:22, John Soros wrote: > Hi. > On my system (Linux z.y 4.18.12-200.fc28.x86_64 #1 SMP Thu Oct 4 > 15:46:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux) the netspeeds > component of slstatus doesn't work at all. I get some Pib results for my > wireless netw

[dev] slstatus netspeeds component does not report speed on linux

2018-10-13 Thread John Soros
Hi. On my system (Linux z.y 4.18.12-200.fc28.x86_64 #1 SMP Thu Oct 4 15:46:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux) the netspeeds component of slstatus doesn't work at all. I get some Pib results for my wireless network card and just 0 for my ethernet card. I don't exactly understand how and whe