Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From e1cf625f4f225a007a5835421896089669195e02 Mon Sep 17 00:00:00 2001 |From: meator |Date: Wed, 26 Oct 2022 13:05:38 +0200 |Subject: [PATCH] Add shortcut to spawn new terminal in the current dir | |This commit is inspired by Santtu's st-newterm-20220221-0.8.5.diff. It |removes the unused res variable, it makes use of _exit() instead of |exit() and it replaces execlp() with execl() (PATH searching is useless |when the path is absolute). |--- | config.def.h | 1 + | st.c | 38 ++++++++++++++++++++++++++++++++++++++ | st.h | 1 + | 3 files changed, 40 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 91ab8ca..7c75246 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 201. 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 62def59..0261283 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 155. Hunk #3 succeeded at 809. Hunk #4 succeeded at 1058. 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..f2b03b0 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 81. Hmm... Ignoring the trailing garbage. done