Re: [dev][st] Disable bold fonts?

2014-03-30 Thread Wolfgang Corcoran-Mathe
2014-03-30 8:09 GMT+03:00 Wolfgang Corcoran-Mathe: Obviously, bold fonts are still loaded/unloaded, etc. Has anyone created a cleaner and more comprehensive patch to disable bold fonts entirely? On Sun, Mar 30 at 16:50 +0300, Tarmo Heiskanen wrote: I am using this patch to disable both bold fon

Re: [dev][st] Disable bold fonts?

2014-03-30 Thread Tarmo Heiskanen
I am using this patch to disable both bold font and italics: diff --git a/st.c b/st.c index 69b2491..b4c4f3b 100644 --- a/st.c +++ b/st.c @@ -337,7 +337,7 @@ typedef struct { /* Drawing Context */ typedef struct { Colour col[LEN(colorname) < 256 ? 256 : LEN(colorname)]; - Font font