"Of course", OpenBSD 5.9 properly handles a NULL pointer and does not
crash.
Cheers!
Peter
>From 39b361c36f2e898361976994aa4477862a7e42c7 Mon Sep 17 00:00:00 2001
From: Peter Hofmann
Date: Sun, 14 Aug 2016 12:00:51 +0200
Subject: [PATCH] Don't call execvp() with NULL as first
On Wed, Oct 22, 2014 at 03:38:29PM -0400, random...@fastmail.us wrote:
> Why not just draw the title in a separate window? This is how I always
> assumed a suckless window manager with title bars would act.
Hmmm, possibly. I have not really explored this approach, though. Maybe
someone else has? :
Hi OP,
yeah, I read your posting on the list. I was curious to see what others
suggested on this topic. Unfortunately, the discussion went off-topic
pretty soon. :-/
I'm still replying on the list, though, because I think that this
explanation might be interesting for others.
On Wed, Oct 22, 20
Hi,
errr, am I supposed to do something here? Or is Christoph just busy? :-)
No worries, I'm not in a hurry. I'm simply not that familiar with your
workflows. :-)
Thanks!
Peter
Hi,
just a small patch to clear the urgency hint if sel == c. See the commit
message on how this can happen.
Cheers!
Peter
>From 4c374e5b368b1d8fecd087e82ee5c0c4894b99e0 Mon Sep 17 00:00:00 2001
From: Peter Hofmann
Date: Sat, 21 Jun 2014 07:46:26 +0200
Subject: [PATCH] Clear urgency hint on
Hi,
On Sat, Apr 27, 2013 at 10:15:12PM +0100, Ross Lagerwall wrote:
> If you type: a\ b "c d" e
> then it will try and execute the program "a b" and pass it two arguments,
> "c d" and "e".
that might work, but something like this won't:
xterm -hold -e bash -c 'echo "hello world"'