Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 6fb87a9dbdbdc344fec14d026adf2c84853794b3 Mon Sep 17 00:00:00 2001 |From: 8dcc <8dcc.git@gmail.com> |Date: Sun, 13 Oct 2024 14:45:12 +0200 |Subject: [PATCH] Allow user to not render wide characters | |This patch adds a new terminal mode, NOWIDE. If it's enabled, wide characters |will be replaced with a faint question mark. This mode can be enabled or |disabled by default with the `renderwide' variable in , and can be |toggled with a keybind (Ctrl+Shift+W by default). | |This mode is specially useful if your font doesn't support wide characters, |since rendering them usually makes the terminal really, really slow, specially |when scrolling. | |This patch is intended for ST 0.8.2, but it should be easy to port it to newer |versions. |--- | config.def.h | 7 +++++++ | st.c | 17 ++++++++++++++++- | st.h | 2 ++ | 3 files changed, 25 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 0e01717..bc3f06f 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 56. Hunk #2 succeeded at 184. 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..c583b5c 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 1030. Hunk #3 succeeded at 1983. Hunk #4 succeeded at 2436. 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..0691246 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 83. Hunk #2 succeeded at 117. Hmm... Ignoring the trailing garbage. done