aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-13 15:02:51 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-13 15:02:51 -0400
commit563db15f881207a49f85df5b9358dabb6a8826c8 (patch)
tree8bfd7f356d602720b791a2832182b2dbf7a37b4f /term.h
parent28f813cb5a8daa4641dc1afdbf1545da709729a6 (diff)
downloadrunes-563db15f881207a49f85df5b9358dabb6a8826c8.tar.gz
runes-563db15f881207a49f85df5b9358dabb6a8826c8.zip
change cursor display based on if the window has focus or not
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 03706c5..a62821b 100644
--- a/term.h
+++ b/term.h
@@ -20,6 +20,7 @@ struct runes_term {
char font_underline;
char show_cursor;
+ char focused;
cairo_pattern_t *colors[8];