Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From bdd2dcfc0d33b894c4bddb00008f33abcd3478a5 Mon Sep 17 00:00:00 2001 |From: Elizabeth Hunt |Date: Sun, 1 Sep 2024 14:37:36 -0700 |Subject: [PATCH] wrap the cursor around the monitor(s) like a torus! | |--- | config.def.h | 3 ++ | config.mk | 8 +++- | dwm.c | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++- | 3 files changed, 128 insertions(+), 3 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 9efa774..8251624 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 114. 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 8efca9a..5f7634f 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 14. Hunk #2 succeeded at 27. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dwm.c b/dwm.c |index 67c6b2b..392496e 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 186. Hunk #3 succeeded at 249. Hunk #4 succeeded at 267. Hunk #5 succeeded at 1153. Hunk #6 succeeded at 1338. Hunk #7 succeeded at 1710. Hmm... Ignoring the trailing garbage. done