added default undercurls to all profiles

This commit is contained in:
spinach 2023-04-17 15:15:01 -04:00
parent 6e25429e74
commit 56aba76874
3 changed files with 19 additions and 1 deletions

View File

@ -78,7 +78,7 @@ static unsigned int cursorthickness = 2;
#define UNDERCURL_SPIKY 1
#define UNDERCURL_CAPPED 2
// active
#define UNDERCURL_STYLE UNDERCURL_CAPPED
#define UNDERCURL_STYLE UNDERCURL_SPIKY
/*
* bell volume. It must be a value between -100 and 100. Use 0 for disabling

View File

@ -67,6 +67,15 @@ static unsigned int blinktimeout = 800;
*/
static unsigned int cursorthickness = 2;
/*
* Undercurl styling
*/
#define UNDERCURL_CURLY 0
#define UNDERCURL_SPIKY 1
#define UNDERCURL_CAPPED 2
// active
#define UNDERCURL_STYLE UNDERCURL_SPIKY
/*
* bell volume. It must be a value between -100 and 100. Use 0 for disabling
* it

9
work.h
View File

@ -67,6 +67,15 @@ static unsigned int blinktimeout = 800;
*/
static unsigned int cursorthickness = 2;
/*
* Undercurl styling
*/
#define UNDERCURL_CURLY 0
#define UNDERCURL_SPIKY 1
#define UNDERCURL_CAPPED 2
// active
#define UNDERCURL_STYLE UNDERCURL_SPIKY
/*
* bell volume. It must be a value between -100 and 100. Use 0 for disabling
* it