Re: [hackers] [PATCH 1/1] Add support for user-defined fallback fonts

2024-09-01 Thread Eric Pruitt
On Sat, Aug 31, 2024 at 01:12:20PM +0200, Robert Bilski wrote: > > +/* CJK Fonts */ > > +"VL Gothic:pixelsize=12:antialias=true:autohint=true", > > +"WenQuanYi Micro Hei:pixelsize=12:antialias=true:autohint=true", > > Should these be included? Other tools (dwm, dmenu) include a single,

[hackers] [libgrapheme] Don't warn about overlength strings in test data || Laslo Hunhold

2024-09-01 Thread git
commit f01674957f6816d55b8ed1b38a96c4ef5e3120b2 Author: Laslo Hunhold AuthorDate: Sun Sep 1 14:57:28 2024 +0200 Commit: Laslo Hunhold CommitDate: Sun Sep 1 14:57:28 2024 +0200 Don't warn about overlength strings in test data Signed-off-by: Laslo Hunhold diff --git a/config

[hackers] [libgrapheme] Fix typo in man/libgrapheme.sh || Laslo Hunhold

2024-09-01 Thread git
commit d56ad5ac8ac47037a86d52e3445e3c5d4dc81a4b Author: Laslo Hunhold AuthorDate: Sun Sep 1 14:26:07 2024 +0200 Commit: Laslo Hunhold CommitDate: Sun Sep 1 14:56:16 2024 +0200 Fix typo in man/libgrapheme.sh Thanks to Omar Polo for reporting these! Signed-off-by: La