Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From d6a060dfeeef28548e6c6b1fcb92c73c4884cd6c Mon Sep 17 00:00:00 2001 |From: "Avi Halachmi (:avih)" |Date: Tue, 12 May 2020 11:40:19 +0300 |Subject: [PATCH] visual bell: add circle rendering mode | |This commit experiments with alternative rendering of visual bell, |and as such it's extensively/excessively configurable. | |It renders an overlay of a circle with configurable colors (base, |outline), position and size. Defaults to the center of the window. | |Size can be relative to window or chars width, and allows for instance |to place it at the middle/side of a top/bottom tmux status-bar with |exact char height to make it look like a flashing LED at the bar, etc. |--- | config.def.h | 11 +++++++++++ | x.c | 21 ++++++++++++++++++++- | 2 files changed, 31 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index fe07204..927dfea 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 69 with fuzz 2 (offset -8 lines). 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 44d5a8d..189aa1c 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 failed at 1600. Hunk #2 succeeded at 1592 with fuzz 1 (offset -21 lines). Hunk #3 succeeded at 1669 (offset -2 lines). 1 out of 3 hunks failed Hmm... Ignoring the trailing garbage. done