Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From a5ac9200f9146b212c0cd87fcb3fae357f39cc53 Mon Sep 17 00:00:00 2001 |From: kroovy |Date: Sat, 1 Mar 2025 23:44:55 +0100 |Subject: [PATCH] Underline URLs and follow with click | |--- | config.def.h | 11 +++++++ | st.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | st.h | 9 ++++++ | x.c | 12 ++++++- | 4 files changed, 119 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 2cd740a..0eadbce 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 472. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.c b/st.c |index 03b9bc8..75347c6 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 636. Hunk #2 succeeded at 2723 (offset -7 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.h b/st.h |index fd3b0d8..ee0db89 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 106. Hunk #3 succeeded at 129. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/x.c b/x.c |index d73152b..e2d4d56 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 191. Hunk #2 succeeded at 453. Hunk #3 succeeded at 1497 (offset -3 lines). Hunk #4 succeeded at 1861 (offset -3 lines). Hmm... Ignoring the trailing garbage. done