Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 8d13e4a296f0b2a625df10c8ee6d2fc96ec97580 Mon Sep 17 00:00:00 2001 |From: Kyle Chui |Date: Tue, 9 Apr 2024 16:31:25 -0700 |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 91ab8ca..4961830 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 51049ba..a7eb86e 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 643. Hunk #2 succeeded at 2738. 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 519b9bd..5efc27e 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 131. 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 8a16faa..c721f8b 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 191. Hunk #2 succeeded at 446. Hunk #3 succeeded at 1481. Hunk #4 succeeded at 1836. Hmm... Ignoring the trailing garbage. done