On Fri, Mar 04, 2022 at 06:16:28PM -0800, Kevin J. McCarthy wrote:
> A slightly more intrusive patch using strchr() might be better (untested,
> just below). This also removes '\n' from the delim list, since that's a
> remnant from when fgets() was used.
>
> diff --git a/query.c b/query.c
> index
On Thu, Jul 07, 2022 at 04:00:09PM +0200, Magnus Groß wrote:
On Fri, Mar 04, 2022 at 06:16:28PM -0800, Kevin J. McCarthy wrote:
A slightly more intrusive patch using strchr() might be better
(untested, just below). This also removes '\n' from the delim list,
since that's a remnant from when fg