mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-25 01:40:19 -05:00
Specify a fallback mouse cursor
`text' cursor is not available in lots of cursor themes, but `xterm' is, so specify `xterm' as a fallback cursor name.
This commit is contained in:
parent
91559fe480
commit
4df73585e7
3 changed files with 8 additions and 2 deletions
|
|
@ -664,6 +664,7 @@ struct terminal {
|
|||
extern const char *const XCURSOR_HIDDEN;
|
||||
extern const char *const XCURSOR_LEFT_PTR;
|
||||
extern const char *const XCURSOR_TEXT;
|
||||
extern const char *const XCURSOR_TEXT_FALLBACK;
|
||||
//extern const char *const XCURSOR_HAND2;
|
||||
extern const char *const XCURSOR_TOP_LEFT_CORNER;
|
||||
extern const char *const XCURSOR_TOP_RIGHT_CORNER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue