Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 47099f4e65801269e7ec69bfd1f3c209b63da882 Mon Sep 17 00:00:00 2001 |From: Khalid Bin Walid |Date: Sat, 20 May 2023 20:38:49 +0900 |Subject: [PATCH 1/2] apply dwm-pango patch | |--- | config.def.h | 2 +- | config.mk | 4 +- | drw.c | 325 ++++++++++++++------------------------------------- | drw.h | 19 ++- | dwm.c | 28 ++--- | util.h | 4 + | 6 files changed, 117 insertions(+), 265 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..ef0e1b8 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 5. 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 ba64d3d..96c25af 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 22. 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 a58a2b4..d7ebfd8 100644 |--- a/drw.c |+++ b/drw.c -------------------------- Patching file drw.c using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 45. Hunk #3 succeeded at 88. Hunk #4 succeeded at 121. Hunk #5 succeeded at 143. Hunk #6 succeeded at 163. Hunk #7 succeeded at 181. Hunk #8 succeeded at 239. 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 6471431..9487c72 100644 |--- a/drw.h |+++ b/drw.h -------------------------- Patching file drw.h using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 21. Hunk #3 succeeded at 30. Hunk #4 succeeded at 45. 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 f1d86b2..e535d73 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 40. Hunk #2 succeeded at 56. Hunk #3 succeeded at 238. Hunk #4 succeeded at 443. Hunk #5 succeeded at 701. Hunk #6 succeeded at 712. Hunk #7 succeeded at 725. Hunk #8 succeeded at 734. Hunk #9 succeeded at 1561. 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 f633b51..531ab25 100644 |--- a/util.h |+++ b/util.h -------------------------- Patching file util.h using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |-- |2.40.1 | | |From f54ad36bfe201c64f2f7b82c38c01e08a98fb485 Mon Sep 17 00:00:00 2001 |From: Khalid Bin Walid |Date: Sat, 20 May 2023 20:54:22 +0900 |Subject: [PATCH 2/2] revert unintentional space to tab conversion | |--- | drw.c | 8 ++++---- | 1 file changed, 4 insertions(+), 4 deletions(-) | |diff --git a/drw.c b/drw.c |index d7ebfd8..908bb89 100644 |--- a/drw.c |+++ b/drw.c -------------------------- Patching file drw.c using Plan A... Hunk #1 failed at 121. Hunk #2 failed at 181. 2 out of 2 hunks failed Hmm... Ignoring the trailing garbage. done