mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Expose cursor shape in config.def.h
Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
parent
1f087aa8b7
commit
3ba9c8fc3f
@ -105,6 +105,15 @@ static unsigned int defaultfg = 7;
|
||||
static unsigned int defaultbg = 0;
|
||||
static unsigned int defaultcs = 256;
|
||||
|
||||
/*
|
||||
* Default shape of cursor
|
||||
* 2: Block
|
||||
* 4: Underline
|
||||
* 6: IBeam
|
||||
*/
|
||||
|
||||
static unsigned int cursorshape = 2;
|
||||
|
||||
|
||||
/*
|
||||
* Default colour and shape of the mouse cursor
|
||||
|
Loading…
Reference in New Issue
Block a user