Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 33bf0cb9ad1f3941ecfd7c9f3902607dcabc6978 Mon Sep 17 00:00:00 2001 |From: aleks |Date: Thu, 10 Oct 2019 23:22:38 +0200 |Subject: [PATCH] Add settings for selection-colors | |This patch adds the two color-settings *selectionfg* and *selectionbg* to |config.def.h. Those define the fore- and background colors which are used when |text on the screen is selected with the mouse. This removes the default |behaviour which would simply reverse the colors. | |Additionally, a third setting *ingnoreselfg* exists. If true then the setting |*selectionfg* is ignored and the original foreground-colors of each cell are |not changed during selection. Basically only the background-color would change. |This might be more visually appealing to some folks. |--- | config.def.h | 11 +++++++++-- | x.c | 6 +++--- | 2 files changed, 12 insertions(+), 5 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 0e01717..fbbb2a4 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 108. Hunk #2 succeeded at 119. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/x.c b/x.c |index 0422421..a001f2e 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 1336. Hmm... Ignoring the trailing garbage. done