Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 5a2f518818431f74f291facf2c5503735b85e5a9 Mon Sep 17 00:00:00 2001 |From: Daan Blom |Date: Thu, 21 Aug 2025 12:13:03 +0200 |Subject: [PATCH] Show prompt as placeholder inside input field instead of | before it | |--- | config.def.h | 1 + | dmenu.c | 25 ++++++++++++++----------- | 2 files changed, 15 insertions(+), 11 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 1edb647..c4c8b72 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 12. 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 fd49549..a58a28b 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 152. Hmm... Ignoring the trailing garbage. done