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] [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... Ignoring the trailing garbage. done