Re: [hackers] [slock] Exit as soon as possible on input grabbing error

From: Markus Teich <markus.teich_AT_stusta.mhn.de>
Date: Tue, 30 Aug 2016 19:30:55 +0200

FRIGN wrote:
> Quentin Rameau <quinq_AT_fifth.space> wrote:
> > + fprintf(stderr,
> > + "slock: unable to grab mouse pointer for screen %s\n",
> > + screen);
>
> this looks like a good compromise. :)

Heyho,

since there are multiple other lines even longer than those two fprintf calls,
I'd just put them in one line and address the issue on a project level in a
separate patch when the community has agreed on the definition on "reasonable"
used in the style guide[0].

        fprintf(stderr, "slock: unable to grab mouse pointer for screen %s\n", screen);

--Markus

0: http://suckless.org/coding_style
Received on Tue Aug 30 2016 - 19:30:55 CEST

This archive was generated by hypermail 2.3.0 : Tue Aug 30 2016 - 19:36:31 CEST