Re: [hackers] [st][PATCH] x.c: modify xsettitle to work with musl libc

2020-07-03 Thread Đoàn Trần Công Danh
On 2020-07-03 18:40:09+0200, Hiltjo Posthuma wrote: > On Wed, Jul 01, 2020 at 09:29:25PM +0200, joris.k...@gmail.com wrote: > > From: Joris Klaasse Bos > > > > Before this commit, running st on a system with musl libc would > > result in a segmentation fault. This is because musl implements > >

Re: [hackers] [st][PATCH] x.c: modify xsettitle to work with musl libc

2020-07-03 Thread Hiltjo Posthuma
On Wed, Jul 01, 2020 at 09:29:25PM +0200, joris.k...@gmail.com wrote: > From: Joris Klaasse Bos > > Before this commit, running st on a system with musl libc would > result in a segmentation fault. This is because musl implements > locales differently, which means the function >

[hackers] [st][PATCH] x.c: modify xsettitle to work with musl libc

2020-07-01 Thread joris . kbos
From: Joris Klaasse Bos Before this commit, running st on a system with musl libc would result in a segmentation fault. This is because musl implements locales differently, which means the function Xutf8TextListToTextProperty would fail, because the locale isn't supported, leading to nonexistent