Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From c48056710a4ca6a6e52be60b0165313f9461f663 Mon Sep 17 00:00:00 2001 |From: Marius Iacob |Date: Tue, 28 Apr 2020 17:18:32 +0300 |Subject: [PATCH] Using pango markup for status text | |Use a single font string. Removed some utf8 code from drw. |Created for pango 1.44. Older versions might not have getter |for font height, ascent + descent can be used instead. |All texts are rendered with pango but only status is with |markup. Doubled stext size (in case a lot of markup is used). |MIN/MAX is already defined (didn't redefine them). |--- | config.def.h | 2 +- | config.mk | 4 +- | drw.c | 303 +++++++++++++-------------------------------------- | drw.h | 17 ++- | dwm.c | 28 ++--- | util.h | 4 + | 6 files changed, 106 insertions(+), 252 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1c0b587..d201ae6 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 7084c33..b5c7e12 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 21. 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 8fd1ca4..6d1b64e 100644 |--- a/drw.c |+++ b/drw.c -------------------------- Patching file drw.c using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 49. Hunk #3 succeeded at 88. Hunk #4 succeeded at 143. Hunk #5 succeeded at 163. Hunk #6 succeeded at 187. Hunk #7 succeeded at 235. 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 4bcd5ad..3d3a906 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 44. 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 9fd0286..cc180c4 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 239. Hunk #4 succeeded at 442. Hunk #5 succeeded at 699. Hunk #6 succeeded at 720. Hunk #7 succeeded at 729. Hunk #8 succeeded at 1545. 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... Ignoring the trailing garbage. done