Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 87f92a561c31246f6f9effc0e89ef92677c87746 Mon Sep 17 00:00:00 2001 |From: astier |Date: Wed, 27 Feb 2019 21:44:55 +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 | 1 + | dmenu.1 | 3 +++ | dmenu.c | 10 ++++++++-- | 3 files changed, 12 insertions(+), 2 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..317fa2f 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..7ef34d2 100644 |--- a/dmenu.1 |+++ b/dmenu.1 -------------------------- Patching file dmenu.1 using Plan A... Hunk #1 succeeded at 50. 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 6b8f51b..45d1946 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 131. Hunk #2 succeeded at 148. Hunk #3 succeeded at 604. Hunk #4 succeeded at 684. Hunk #5 succeeded at 718. Hmm... Ignoring the trailing garbage. done