Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From bcc850d57fb4cb6941008fb2808d4d0d373aa5f8 Mon Sep 17 00:00:00 2001 |From: "Avi Halachmi (:avih)" |Date: Mon, 15 Oct 2018 01:06:01 +0300 |Subject: [PATCH 1/2] [vbell2] add visual bell with two rendering modes | |- Inverse the whole terminal - "standard" visual-bell, a bit jarring. |- Inverse outer (border) cells - much less jarring, yet plenty visible. | |Note: blink used a timeout of 1us after drawing, probably to |re-calculate the timeout without being affected by draw speed. This was |changed to 1ms for code simplicity, and should be inconsequential. |--- | config.def.h | 11 ++++++++ | st.c | 1 - | st.h | 1 + | x.c | 77 +++++++++++++++++++++++++++++++++++++++------------- | 4 files changed, 70 insertions(+), 20 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 823e79f..0915ce5 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 62. 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 46cf2da..1229479 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 193. 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 38c61c4..619d716 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 89. 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 00cb6b1..7e66c6d 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 82. Hunk #2 succeeded at 175. Hunk #3 succeeded at 1533. Hunk #4 succeeded at 1617. Hunk #5 succeeded at 1646. Hunk #6 succeeded at 1801. Hunk #7 succeeded at 1853. Hunk #8 succeeded at 1897. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |-- |2.19.1 | | |From 587d0fdcdcccb601f61de4f6186ae310c8adb0e3 Mon Sep 17 00:00:00 2001 |From: "Avi Halachmi (:avih)" |Date: Tue, 16 Oct 2018 16:04:45 +0300 |Subject: [PATCH 2/2] [vbell2] visual bell: experimental 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 | 12 ++++++++++++ | x.c | 24 +++++++++++++++++++++++- | 2 files changed, 35 insertions(+), 1 deletion(-) | |diff --git a/config.def.h b/config.def.h |index 0915ce5..a1c7f24 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 failed at 70. 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/x.c b/x.c |index 7e66c6d..eb895d4 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 failed at 177. Hunk #2 succeeded at 1549 (offset -7 lines). Hunk #3 succeeded at 1602 with fuzz 2 (offset -20 lines). Hunk #4 failed at 1635. 2 out of 4 hunks failed Hmm... Ignoring the trailing garbage. done