Re: [dev] [dwm] Input lockup in Firefox address bar?

2018-05-29 Thread Ben Oliver
On 18-05-30 08:36:40, Hiltjo Posthuma wrote: Can you reproduce the issue without custom patches? Yeah I'll try. It will take some time because it occurs infrequently even with the patches. (BTW dwm has no workspaces, but tags) I knew I'd got it wrong as soon as I hit send ;)

Re: [dev] [dwm] Input lockup in Firefox address bar?

2018-05-29 Thread Hiltjo Posthuma
On Tue, May 29, 2018 at 10:06:19PM +0100, Ben Oliver wrote: > I can't put my finger on what causes this, but on occasion I'll open > Firefox, get one or two characters into typing a URL/search query and it > stops taking all keyboard input. > > The fix is simple - switch to another workspace and s

Re: [dev] [ii] fails to build on systems with strlcpy

2018-05-29 Thread Misty De Meo
On Tue, May 29, 2018 at 11:58 AM, Manu Raster wrote: > Strlcpy works fine with Linux and gcc, too. It's probably just a clang > or apple bug. I don't believe it's a clang bug, but just that the strlcpy definition clashes with the macro which is imported via . (OS X defines both a C function and a

[dev] [dwm] Input lockup in Firefox address bar?

2018-05-29 Thread Ben Oliver
I can't put my finger on what causes this, but on occasion I'll open Firefox, get one or two characters into typing a URL/search query and it stops taking all keyboard input. The fix is simple - switch to another workspace and switch back. I'm on dwm 6.1, with the following patches: - systray

Re: [dev] [ii] fails to build on systems with strlcpy

2018-05-29 Thread Tobias Tschinkowitz
On Tue, May 29, 2018 at 08:58:20PM +0200, Manu Raster wrote: > Strlcpy works fine with Linux and gcc, too. It's probably just a clang > or apple bug. > > Misty De Meo writes: > > > I'm using clang on Mac OS X 10.13. It fails with the following errors: > Build works fine over here... OpenBSD cl

Re: [dev] [ii] fails to build on systems with strlcpy

2018-05-29 Thread Manu Raster
Strlcpy works fine with Linux and gcc, too. It's probably just a clang or apple bug. Misty De Meo writes: > I'm using clang on Mac OS X 10.13. It fails with the following errors:

Re: [dev] [ii] fails to build on systems with strlcpy

2018-05-29 Thread Misty De Meo
On Mon, May 28, 2018 at 11:40 PM, Hiltjo Posthuma wrote: > What is the output of the compiler? Can you give more information what is > broken exactly? > > It works for me on OpenBSD. I'm using clang on Mac OS X 10.13. It fails with the following errors: cc -c -o strlcpy.o strlcpy.c -Os -I. -I/us