config: add 'indicate-when-selecting'

This allows disabling the caret style mouse cursor when the Shift key
is held.
This commit is contained in:
Craig Barnes 2020-08-03 01:53:16 +01:00
parent 91da76656c
commit 7422719e5b
6 changed files with 13 additions and 2 deletions

View file

@ -75,6 +75,7 @@ struct config {
enum cursor_style style;
bool blink;
bool hide_when_typing;
bool indicate_when_selecting;
struct {
uint32_t text;
uint32_t cursor;