aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-21 00:05:05 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-21 00:05:05 -0400
commiteeae1cc578e709742ffd9c7563ce48220d97c0da (patch)
treeaa0088f9dfa8560169ce63327fbfe03aded2c1ef /src/term.h
parent52ea09e49afd5965fc79d78317a481a29d2c0ff5 (diff)
downloadrunes-eeae1cc578e709742ffd9c7563ce48220d97c0da.tar.gz
runes-eeae1cc578e709742ffd9c7563ce48220d97c0da.zip
allow configuring the color of the mouse cursor
Diffstat (limited to 'src/term.h')
-rw-r--r--src/term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/term.h b/src/term.h
index 8f9d6a4..c083eb2 100644
--- a/src/term.h
+++ b/src/term.h
@@ -10,6 +10,7 @@ struct runes_term {
cairo_t *alternate_cr;
uv_loop_t *loop;
+ cairo_pattern_t *mousecursorcolor;
cairo_pattern_t *cursorcolor;
cairo_pattern_t *fgdefault;