diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |