Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 500caedd35e028a1243f4b24c8b7a364c9992f07 Mon Sep 17 00:00:00 2001 |From: c0dev0id |Date: Mon, 2 Aug 2021 18:52:54 +0200 |Subject: [PATCH] Update open copied url for pledge | |Since st was pledged, the copy open url patch did not work anymore |because it does something (exec) pledge did not allow. This patch adds |the exec promise to pledge. | |--- | config.def.h | 1 + | st.c | 2 +- | st.h | 1 + | x.c | 19 +++++++++++++++++++ | 4 files changed, 22 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 6f05dce..2b1c39b 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 199. 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 ebdf360..d18db82 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 809. 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 fa2eddf..2a377cb 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 81. 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 248d505..5a4bd81 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 2063. Hmm... Ignoring the trailing garbage. done