Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 26b302783a16dc2aa19451d9ba4515c8484f4a05 Mon Sep 17 00:00:00 2001 |From: Max Schillinger |Date: Tue, 27 Aug 2024 16:19:41 +0200 |Subject: [PATCH] Instant mode | |Add '-n' flag to select the only (remaining) entry automatically. |--- | config.def.h | 1 + | dmenu.1 | 5 ++++- | dmenu.c | 13 +++++++++++-- | 3 files changed, 16 insertions(+), 3 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..7e6f1ed 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.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: -------------------------- |diff --git a/dmenu.1 b/dmenu.1 |index 323f93c..29bdf7f 100644 |--- a/dmenu.1 |+++ b/dmenu.1 -------------------------- Patching file dmenu.1 using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 47. 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 40f93e0..92d5154 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 277. Hunk #2 succeeded at 722. Hunk #3 succeeded at 744. Hmm... Ignoring the trailing garbage. done