Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From: Matthias Schoth |Date: Sat, 11 Jul 2026 11:15:49 +0200 |Subject: [PATCH] Apply quickcancel | |Cancel slock by moving the mouse within a certain time-period after |slock started. The time-period can be defined in seconds with the |setting *timetocancel* in the config.h. This is useful if you forgot to |disable `xautolock` during an activity that requires no input (e.g. |reading text, watching video). | |Changes from the 1.4 version: use CLOCK_MONOTONIC instead of time(NULL) |to prevent bypassing the lock by setting the system clock back. | |--- | config.def.h | 3 +++ | slock.c | 9 +++++++++ | 2 files changed, 12 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 9855e21..e0bf95a 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/slock.c b/slock.c |index f16781f..212b482 100644 |--- a/slock.c |+++ b/slock.c -------------------------- Patching file slock.c using Plan A... Hunk #1 succeeded at 13. Hunk #2 succeeded at 26. Hunk #3 succeeded at 145. Hunk #4 succeeded at 283 (offset -3 lines). Hmm... Ignoring the trailing garbage. done