Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 7405bdc89e4c43cfbeabd0d4d822bc62d1e76730 Mon Sep 17 00:00:00 2001 |From: Gildasio Junior |Date: Thu, 6 Apr 2023 14:51:06 -0300 |Subject: [PATCH] Loop through urls on screen in both directions | |Using previous patches one can loop through urls in the screen in one |direction: botton-up. This patch add a way that can go in the opposite |direction: top-down. | |This is usefull in a screen with lots of urls. |--- | config.def.h | 2 + | st.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++ | st.h | 1 + | 3 files changed, 104 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 91ab8ca..4df78eb 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 134e724..c451015 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 152. Hunk #2 succeeded at 206. Hunk #3 succeeded at 2672. 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..baa8f29 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 85. Hmm... Ignoring the trailing garbage. done