aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-19 16:50:57 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-19 16:55:39 -0400
commit00381e36f5bb7c2c0e5b6edbe6157aa3eb0d1590 (patch)
treea4489471a414401d3d07e3486ee14041eb0a1f1f /term.h
parentce2f2f96f5ddc96114b2febcdd818c638ffda269 (diff)
downloadrunes-00381e36f5bb7c2c0e5b6edbe6157aa3eb0d1590.tar.gz
runes-00381e36f5bb7c2c0e5b6edbe6157aa3eb0d1590.zip
handle default colors better
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];