Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 063d3eff86c788798d8219a7eb10b39d41f06482 Mon Sep 17 00:00:00 2001 |From: Santtu Lakkala |Date: Sat, 19 Feb 2022 14:12:02 +0200 |Subject: [PATCH] Add shortcut to spawn new terminal in the current dir | |Build on bakkeby's doule fork version. Use /proc/self/exe as the binary, |and argv[0] as the called name. This allows to have several different |st's and running from build tree etc. Also skip the unnecessary readlink |part, shell shall do that anyway. Futher mark the pty master as cloexec, |so the fd's are not leaked to spawned processes. |--- | config.def.h | 1 + | st.c | 36 ++++++++++++++++++++++++++++++++++++ | st.h | 1 + | 3 files changed, 38 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 51049ba..5d435de 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 816. Hunk #4 succeeded at 1065. 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..fbdad18 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