Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Author: Eric Pruitt, https://github.com/ericpruitt/ |Description: Xft with fallback font support built on top of the Xft patch |written by Quentin (http://lists.suckless.org/dev/1311/18279.html). The utf8* |functions were written by Damian Okrasa for the MIT/X licensed |(http://opensource.org/licenses/MIT) terminal emulator st |(http://st.suckless.org/). | |With this patch, the "font" variable in config.h is superseded by the "fonts" |variable which is a priority-ordered list of fonts that should be used to |render text. Here's an example "fonts" definition: | | static const char *fonts[] = { | "Sans:size=10.5", | "VL Gothic:size=10.5", | "WenQuanYi Micro Hei:size=10.5", | }; | |At least one font must be specified, and a maximum of DRW_FONT_CACHE_SIZE fonts |can be used. | |diff --git a/config.def.h b/config.def.h |index 875885b..eaae8f3 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 failed at 1. Hunk #2 failed at 56. 2 out of 2 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.mk b/config.mk |index bc3d80e..50b2175 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 failed at 11. 1 out of 1 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/drw.c b/drw.c |index b130405..36cf992 100644 |--- a/drw.c |+++ b/drw.c -------------------------- Patching file drw.c using Plan A... Hunk #1 failed at 3. Hunk #2 failed at 68. Hunk #3 failed at 86. Hunk #4 failed at 166. Hunk #5 failed at 174. Hunk #6 failed at 188. Hunk #7 failed at 197. Hunk #8 failed at 362. 8 out of 8 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/drw.h b/drw.h |index a5f34e0..02bfefc 100644 |--- a/drw.h |+++ b/drw.h -------------------------- Patching file drw.h using Plan A... Reversed (or previously applied) patch detected! Assuming -R.Hunk #1 succeeded at 1. Hunk #2 succeeded at 9. Hunk #3 succeeded at 30. Hunk #4 failed at 44. Hunk #5 failed at 63. 2 out of 5 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dwm.c b/dwm.c |index f896170..169adcb 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Reversed (or previously applied) patch detected! Assuming -R.Hunk #1 succeeded at 39. Hunk #2 succeeded at 54. Hunk #3 succeeded at 263. Hunk #4 failed at 474. Hunk #5 failed at 792. Hunk #6 succeeded at 1066 (offset 26 lines). Hunk #7 failed at 1531. Hunk #8 failed at 1711. 4 out of 8 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/util.h b/util.h |index 033700c..f7ce721 100644 |--- a/util.h |+++ b/util.h -------------------------- Patching file util.h using Plan A... Reversed (or previously applied) patch detected! Assuming -R.Hunk #1 succeeded at 2. done