Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 2228468a6db1e648c69849860d30867c0e77650e Mon Sep 17 00:00:00 2001 |From: AtomToast |Date: Wed, 29 Apr 2020 02:31:29 +0200 |Subject: [PATCH] apply Luke Smiths external pipe eternal patch | |Enables external pipe to work on the entire scrollback history. | |Source: https://github.com/LukeSmithxyz/st/commit/da13ef12463d1870caed94584db464d68c6b3182 |Made to work on semi-vanilla st. | |This patch requires both externalpipe and scrollback patch in order to work |--- | st.c | 25 +++++++++++++++++++++---- | 1 file changed, 21 insertions(+), 4 deletions(-) | |diff --git a/st.c b/st.c |index d4c88a2..2716f44 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 failed at 46. Hunk #2 succeeded at 425 (offset -7 lines). Hunk #3 failed at 2033. 2 out of 3 hunks failed Hmm... Ignoring the trailing garbage. done