Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From de46184d9175c67e3fc45aed997118dad0d6bb3d Mon Sep 17 00:00:00 2001 |From: Mertoalex Ashley |Date: Fri, 4 Apr 2025 21:27:03 +0300 |Subject: [PATCH] adding variable `option` to config.def.h so you can call | shell with argument. | |--- | config.def.h | 6 ++++++ | st.c | 3 +++ | st.h | 1 + | 3 files changed, 10 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 2cd740a..c314e98 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 17. 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 03b9bc8..03d3100 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 677. 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..b7a0237 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 112. Hmm... Ignoring the trailing garbage. done