summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:05:10 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-13 01:05:10 +0200
commitb8f89701c656aa4d57cbcfdcf91a9b4797e3651a (patch)
tree92443306591f0dd027f034900aa8daaabcdae5fc /config.h
parent34fc8048ce489cf11104139f6469d7aca4d1142a (diff)
Add undercurl patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index b08f917..ca246ab 100644
--- a/config.h
+++ b/config.h
@@ -12,7 +12,10 @@ static char *font2[] = {
"JoyPixels:pixelsize=10:antialias=true:autohint=true"};
static int borderpx = 2;
-
+#define UNDERCURL_CURLY 0
+#define UNDERCURL_SPIKY 1
+#define UNDERCURL_CAPPED 2
+#define UNDERCURL_STYLE UNDERCURL_SPIKY
/*
* What program is execed by st depends of these precedence rules:
* 1: program passed with -e