From 6e25429e74619eabd828b767b91532eea7af5ff2 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Mon, 17 Apr 2023 14:59:51 -0400 Subject: [PATCH] tried adding undercurl fix --- config.def.h | 1 - desktop.h | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9233eb6..8e331bc 100644 --- a/config.def.h +++ b/config.def.h @@ -35,7 +35,6 @@ static float chscale = 1.0; * More advanced example: L" `'\"()[]{}" */ wchar_t *worddelimiters = L" "; - /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; static unsigned int tripleclicktimeout = 600; diff --git a/desktop.h b/desktop.h index eb11154..705e156 100644 --- a/desktop.h +++ b/desktop.h @@ -71,6 +71,15 @@ static unsigned int blinktimeout = 800; static unsigned int cursorshape = 3; static unsigned int cursorthickness = 2; +/* + * Undercurl styling + */ +#define UNDERCURL_CURLY 0 +#define UNDERCURL_SPIKY 1 +#define UNDERCURL_CAPPED 2 +// active +#define UNDERCURL_STYLE UNDERCURL_CAPPED + /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling * it