mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-04 01:40:21 -05:00
config: add 'hide-when-typing'
When enabled, the mouse cursor is hidden when the user types in the terminal. It is un-hidden when the user moves the mouse, or when the window loses keyboard focus.
This commit is contained in:
parent
b00dfcf7b6
commit
d4ee9be4d7
11 changed files with 57 additions and 16 deletions
1
config.h
1
config.h
|
|
@ -74,6 +74,7 @@ struct config {
|
|||
struct {
|
||||
enum cursor_style style;
|
||||
bool blink;
|
||||
bool hide_when_typing;
|
||||
struct {
|
||||
uint32_t text;
|
||||
uint32_t cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue