Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From a7eedc85e0609177cdb1ed3f6203fa37e6420012 Mon Sep 17 00:00:00 2001 |From: Matias Lang |Date: Wed, 17 Jul 2019 01:10:44 -0300 |Subject: [PATCH] Add shortcut to spawn new terminal in the current dir | |Ctrl-Shift-Return now creates a new ST terminal, whose CWD is the same |as the parent st's CWD |--- | config.def.h | 1 + | st.c | 21 +++++++++++++++++++++ | st.h | 1 + | 3 files changed, 23 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 0e01717..31f26d8 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 178. 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 b8e6077..044e29b 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 153. Hunk #2 succeeded at 1060. 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 38c61c4..54d4a43 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 80. Hmm... Ignoring the trailing garbage. done