added default undercurls to all profiles

main^2
spinach 2 years ago
parent 6e25429e74
commit 56aba76874

@ -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

@ -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

@ -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

Loading…
Cancel
Save