Home
last modified time | relevance | path

Searched refs:hide_when_typing (Results 1 – 7 of 7) sorted by relevance

/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/config/
H A Dmouse.rs9 pub hide_when_typing: bool, field
/dports/x11/foot/foot/
H A Dconfig.h194 bool hide_when_typing; member
H A Dconfig.c1343 return value_to_bool(ctx, &conf->mouse.hide_when_typing); in parse_section_mouse()
2781 .hide_when_typing = false, in config_load()
H A Dinput.c1546 if (pressed && term->conf->mouse.hide_when_typing && in key_press_release()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/
H A Devent.rs618 if self.config.ui_config.mouse.hide_when_typing { in new()
737 if self.config.ui_config.mouse.hide_when_typing {
/dports/x11/alacritty/alacritty-0.9.0/
H A DCHANGELOG.md258 - Don't hide cursor on modifier press with `mouse.hide_when_typing` enabled
507 - Hide mouse cursor when typing if the `mouse.hide_when_typing` option is set on Wayland
825 - Moved `hide_cursor_when_typing` to `mouse.hide_when_typing`
H A Dalacritty.yml446 #hide_when_typing: false