Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From f70735c476c25da46f9e44b835ac967e0dfa4d85 Mon Sep 17 00:00:00 2001 |From: Ziad EL KHOURY HANNA |Date: Mon, 29 Nov 2021 17:36:35 +0100 |Subject: [PATCH] add `-dy` flag for dynamic menu updating | |`-dy` flag makes dmenu run the command given to it whenever input is |changed with the current input as the last argument and update the |option list according to the output of that command. | |Based on dynamic options patch by ttmx . |Adds proper quoting of the given command. |Adds option to man file documentation. |--- | config.def.h | 1 + | dmenu.1 | 5 ++++ | dmenu.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++----- | 3 files changed, 70 insertions(+), 6 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..035b877 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 7. 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..1ae3fe3 100644 |--- a/dmenu.1 |+++ b/dmenu.1 -------------------------- Patching file dmenu.1 using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 82. 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 65f25ce..6780122 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 44. Hunk #2 succeeded at 211. Hunk #3 succeeded at 263. Hunk #4 succeeded at 571. Hunk #5 succeeded at 596. Hunk #6 succeeded at 742. Hunk #7 succeeded at 786. Hunk #8 succeeded at 812. Hmm... Ignoring the trailing garbage. done