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 737b352..c2c0b53 100644
--- a/term.h
+++ b/term.h
@@ -36,6 +36,8 @@ struct runes_term {
int default_rows;
int default_cols;
+ char *cmd;
+
char *font_name;
PangoLayout *layout;