Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 9726b1e58352126252412e101432e64d46fc51ca Mon Sep 17 00:00:00 2001 |From: Dennis Lee |Date: Sun, 28 Jun 2020 23:01:03 -0700 |Subject: [PATCH] universcroll: mouse wheel only scroll in all modes | |Scroll normally via scroll(1), without Shift, when outside of |`MODE_ALTSCREEN`. Inside an alt screen, continue to scroll normally |without Shift; in this mode, your scrolling is automatically translated |into ^Y and ^E. It just werks! | |Based on the existing mouse-altscreen patch |https://st.suckless.org/patches/scrollback/ |adapted for st(1) 0.8.4 and scroll(1). |--- | config.def.h | 10 +++++----- | st.c | 5 +++++ | st.h | 1 + | x.c | 2 ++ | 4 files changed, 13 insertions(+), 5 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 6f05dce..62e87da 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 173. 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 76b7e0d..1f65453 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 1047. 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 3d351b6..39cc054 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 87. 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 210f184..210dde9 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 447. Hmm... Ignoring the trailing garbage. done