aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-10 23:02:04 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-10 23:02:04 -0400
commit03ff8e8b7d1a464f4c4a3fffa46d24a0f63e199d (patch)
treed62e3cdfbff6c9aad565e9f298d20ff45d217a5e /term.h
parentee1d05ec71f191594c086736f9fac30d5ef24eae (diff)
downloadrunes-03ff8e8b7d1a464f4c4a3fffa46d24a0f63e199d.tar.gz
runes-03ff8e8b7d1a464f4c4a3fffa46d24a0f63e199d.zip
draw a cursor
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index cd8a314..fb3d1e0 100644
--- a/term.h
+++ b/term.h
@@ -11,6 +11,7 @@ struct runes_term {
cairo_pattern_t *bgcolor;
cairo_pattern_t *fgcolor;
+ cairo_pattern_t *cursorcolor;
cairo_scaled_font_t *font;
int row;