FRIGN wrote:
> Quentin Rameau <[email protected]> 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