odrling-overlay/x11-terms/st/files/0009-undercurl.patch

38 lines
999 B
Diff

From ec07e072f4605cb8b5be02486d55f89cb144bf76 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Fri, 27 May 2022 00:38:36 +0200
Subject: [PATCH 09/13] undercurl
---
config.def.h | 2 +-
patches.def.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
index 9dc4968..3071936 100644
--- a/config.def.h
+++ b/config.def.h
@@ -748,5 +748,5 @@ static char *plumb_cmd = "plumb";
#define UNDERCURL_SPIKY 1
#define UNDERCURL_CAPPED 2
// Active style
-#define UNDERCURL_STYLE UNDERCURL_SPIKY
+#define UNDERCURL_STYLE UNDERCURL_CAPPED
#endif // UNDERCURL_PATCH
diff --git a/patches.def.h b/patches.def.h
index c406975..837b904 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -365,7 +365,7 @@
*
* https://st.suckless.org/patches/undercurl/
*/
-#define UNDERCURL_PATCH 0
+#define UNDERCURL_PATCH 1
/* Allows mouse scroll without modifier keys for regardless of alt screen using the external
* scroll program.
--
2.37.3