terminal: Set blank cursor on keyboard press

This way we can better see the contents of the terminal.  Show cursor again
on pointer motion.
Kristian Høgsberg 13 years ago
parent f337052a5c
commit 63b298f3c7
  1. 2
      clients/terminal.c

@ -2137,6 +2137,8 @@ key_handler(struct window *window, struct input *input, uint32_t time,
handle_bound_key(terminal, input, sym, time))
return;
input_set_pointer_image(input, CURSOR_BLANK);
switch (sym) {
case XKB_KEY_F11:
if (state == WL_KEYBOARD_KEY_STATE_RELEASED)

Loading…
Cancel
Save