Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From bf390f44ba6de4aa6e30ab28a8ef51886e338d3e Mon Sep 17 00:00:00 2001 |From: z0gg3r |Date: Mon, 30 Aug 2021 21:24:52 +0200 |Subject: [PATCH] Adds new function quit that calls cleanup() and exit(0) and | assings q as hotkey to quit in config.def.h | |--- | config.def.h | 2 ++ | surf.c | 8 ++++++++ | 2 files changed, 10 insertions(+) | |diff --git a/config.def.h b/config.def.h |index 1355ba3..cf2fc68 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 136. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/surf.c b/surf.c |index 03d8242..c0ba8ed 100644 |--- a/surf.c |+++ b/surf.c -------------------------- Patching file surf.c using Plan A... Hunk #1 succeeded at 228. Hunk #2 succeeded at 1902. Hmm... Ignoring the trailing garbage. done