[dev] Fix for dwm crash due to emoji in window titles

2018-07-18 Thread Alexander Krotov
>From time to time there are threads about the bug in dwm that make it crash when it cannot render some glyphs in window titles (usually emoji). Here is a way to reproduce the bug: https://lists.suckless.org/dev/1608/30274.html Here is an attempt to fix the bug that makes dwm freeze: https://list

Re: [dev] [sbase] find and xargs different results than busybox

2018-07-18 Thread Eric Pruitt
On Wed, Jul 18, 2018 at 06:32:57PM +0200, Markus Wichmann wrote: > And that's where you're wrong. "find | xargs" is wrong for the same reason > "sudo su" is wrong, for the same reason "cat singlefile | whatever" is > wrong: You're doing it wrong. In your case "find -exec" does everything > you want

Re: [dev] [sbase] find and xargs different results than busybox

2018-07-18 Thread Markus Wichmann
On Tue, Jul 17, 2018 at 07:28:25PM -0700, Eric Pruitt wrote: > The suckless tools don't strictly follow POSIX. For example, sbase mv(1) > and cp(1) don't support "-i". Furthermore it's pretty portable; find(1) > on OpenBSD, FreeBSD, macOS and GNU find(1) all support using NUL bytes. > It's the only