Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 6a9553caad8c66f4a9f7adbe0f6501480af0573e Mon Sep 17 00:00:00 2001 |From: Max Schillinger |Date: Wed, 26 Feb 2025 10:23:26 +0100 |Subject: [PATCH] Add a message command with 24 bit color support | |--- | config.def.h | 9 +++ | config.mk | 2 +- | slock.1 | 7 +++ | slock.c | 154 +++++++++++++++++++++++++++++++++++++++++++++++++-- | 4 files changed, 167 insertions(+), 5 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9855e21..c2a0ab2 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 10. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.mk b/config.mk |index 514c236..1421e70 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk 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/slock.1 b/slock.1 |index 40c15e1..85837ee 100644 |--- a/slock.1 |+++ b/slock.1 -------------------------- Patching file slock.1 using Plan A... Hunk #1 succeeded at 7. Hunk #2 succeeded at 21. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/slock.c b/slock.c |index b2f14e3..cb450be 100644 |--- a/slock.c |+++ b/slock.c -------------------------- Patching file slock.c using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 25. Hunk #3 succeeded at 87. Hunk #4 succeeded at 324. Hunk #5 succeeded at 431. Hunk #6 succeeded at 444. Hunk #7 succeeded at 507. Hmm... Ignoring the trailing garbage. done