commit | 63b298f3c74c5377638cb4db03da835598dbe7fa | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Jun 20 23:04:58 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Jun 20 23:04:58 2012 -0400 |
tree | 569942f5657cbc0b722a8de0aaa1dfe3c8fb96f1 | |
parent | f337052a5cce5c6fd36efb2666ced7ff7b4f9c5c [diff] [blame] |
terminal: Set blank cursor on keyboard press This way we can better see the contents of the terminal. Show cursor again on pointer motion.
diff --git a/clients/terminal.c b/clients/terminal.c index 7b2ce21..ec0f1de 100644 --- a/clients/terminal.c +++ b/clients/terminal.c
@@ -2137,6 +2137,8 @@ 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)