Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From ba103e38ea4ab07f9a3ee90627714b9bea17c329 Mon Sep 17 00:00:00 2001 |From: pskry |Date: Sun, 8 Nov 2020 22:04:22 +0100 |Subject: [PATCH] Add an option which defines the lineheight | |Despite both the panel and dmenu using the same font (a Terminus 12), |dmenu is shorter and the panel is visible from under the dmenu bar. |The appearance can be even more distracting when using similar colors |for background and selections. With the option added by this patch, |dmenu can be launched with a '-h 24', thus completely covering the panel. |--- | config.def.h | 3 +++ | dmenu.1 | 5 +++++ | dmenu.c | 11 ++++++++--- | 3 files changed, 16 insertions(+), 3 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..4394dec 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 15. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu.1 b/dmenu.1 |index 323f93c..f2a82b4 100644 |--- a/dmenu.1 |+++ b/dmenu.1 -------------------------- Patching file dmenu.1 using Plan A... Hunk #1 succeeded at 6. Hunk #2 succeeded at 52. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu.c b/dmenu.c |index e7be8af..82b204b 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 148. Hunk #2 succeeded at 165. Hunk #3 succeeded at 630. Hunk #4 succeeded at 711. Hunk #5 succeeded at 738. Hmm... Ignoring the trailing garbage. done