odrling-overlay/x11-terms/st/files/0007-scroll-mouse-patch.patch

26 lines
743 B
Diff
Raw Normal View History

2022-08-20 23:35:10 +00:00
From 155524a9677e835c5cbe06498797655173cf7a0c Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Fri, 27 May 2022 00:35:49 +0200
2022-06-21 11:54:43 +00:00
Subject: [PATCH 07/13] scroll mouse patch
---
patches.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.def.h b/patches.def.h
2022-07-20 13:26:46 +00:00
index 6799455..0ceb5c4 100644
--- a/patches.def.h
+++ b/patches.def.h
2022-07-20 13:26:46 +00:00
@@ -270,7 +270,7 @@
* This variant depends on SCROLLBACK_PATCH being enabled.
* https://st.suckless.org/patches/scrollback/
*/
-#define SCROLLBACK_MOUSE_PATCH 0
+#define SCROLLBACK_MOUSE_PATCH 1
/* Scroll back through terminal output using mouse wheel (when not in MODE_ALTSCREEN).
* This variant depends on SCROLLBACK_PATCH being enabled.
--
2022-08-20 23:35:10 +00:00
2.37.2