Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From eed328240d04caedfaeef83342cf219758e20ded Mon Sep 17 00:00:00 2001 |From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= |Date: Sat, 6 Jul 2024 01:00:30 +0200 |Subject: [PATCH] Add \e[ m escape to mark a line. Ctrl+PgUp/+PgDn scroll to | marked lines | |Primarily useful for C++ enthusiasts so if you get a megabyte of errors |you can go back to the first one | |Recommended usage: PS1="$PS1\e[ m" | |Ref: https://101010.pl/@atax1a@infosec.exchange/112734806523834451 |--- | config.def.h | 2 ++ | st.c | 41 +++++++++++++++++++++++++++++++++++++++++ | st.h | 3 +++ | 3 files changed, 46 insertions(+) | |diff --git a/config.def.h b/config.def.h |index fc3079e..5bf8132 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 failed at 226. 1 out of 1 hunks failed 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 ddd14c1..353d6c6 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 1114 with fuzz 2 (offset 10 lines). Hunk #2 succeeded at 1834 (offset -85 lines). 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 9dba57d..469e5c4 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 34 with fuzz 2 (offset -1 lines). Hunk #2 failed at 84. 1 out of 2 hunks failed Hmm... Ignoring the trailing garbage. done