hidecursor: add config option to disable hidecursor functionality
This commit is contained in:
parent
f79ac733f3
commit
c089485aa4
2 changed files with 6 additions and 1 deletions
|
|
@ -112,6 +112,11 @@ static unsigned int blinktimeout = 800;
|
|||
*/
|
||||
static unsigned int cursorthickness = 2;
|
||||
|
||||
#if HIDECURSOR_PATCH
|
||||
/* Hide the X cursor whenever a key is pressed. 0: off, 1: on */
|
||||
int hidecursor = 1;
|
||||
#endif // HIDECURSOR_PATCH
|
||||
|
||||
#if BOXDRAW_PATCH
|
||||
/*
|
||||
* 1: render most of the lines/blocks characters without using the font for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue