term: xcursor: use 'hand2' instead of 'left_ptr' when mouse tracking

Mouse tracking always reports clicks, so using a cursor that suggests
you can click makes sense I think.
This commit is contained in:
Daniel Eklöf 2019-11-29 22:30:56 +01:00
parent f41788c185
commit bf9a9e7b90
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 15 deletions

View file

@ -141,9 +141,9 @@ struct charsets {
enum mouse_tracking {
MOUSE_NONE,
MOUSE_X10, /* ?9h */
MOUSE_CLICK, /* ?1000h - report mouse clicks*/
MOUSE_CLICK, /* ?1000h - report mouse clicks */
MOUSE_DRAG, /* ?1002h - report clicks and drag motions */
MOUSE_MOTION, /* ?1003h - report clicks and motion*/
MOUSE_MOTION, /* ?1003h - report clicks and motion */
};
/* *How* to report */