added default undercurls to all profiles
This commit is contained in:
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
|
||||
|
9
work.h
9
work.h
@ -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…
x
Reference in New Issue
Block a user