aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/term.h b/term.h
index bb8f0ed..7329af5 100644
--- a/term.h
+++ b/term.h
@@ -12,6 +12,8 @@ struct runes_term {
cairo_pattern_t *cursorcolor;
+ cairo_pattern_t *fgdefault;
+ cairo_pattern_t *bgdefault;
cairo_pattern_t *colors[8];
cairo_pattern_t *brightcolors[8];