Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From d5b492049f48dc411b0dd7dc01a403304c20438d Mon Sep 17 00:00:00 2001 |From: Jishnu Sen |Date: Sun, 7 Apr 2024 22:54:46 -0700 |Subject: [PATCH] Highlight URLs with control and follow with click | |--- | config.def.h | 11 +++++++ | st.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | st.h | 9 ++++++ | x.c | 24 +++++++++++++- | 4 files changed, 132 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..8f2156c 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 643. 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..354e7f9 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 34. 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..13f68e4 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 1486. Hunk #4 succeeded at 1841. Hmm... Ignoring the trailing garbage. done