aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-20 22:17:09 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-20 22:17:09 -0400
commit996a1e445f3dc477ca49f4292b5d9a58a1096726 (patch)
treea6f934cde6cb2489458be5781f6db6f50cb39745 /term.h
parentf269a4a324396423d97da783ad372cdbb275eb65 (diff)
downloadrunes-996a1e445f3dc477ca49f4292b5d9a58a1096726.tar.gz
runes-996a1e445f3dc477ca49f4292b5d9a58a1096726.zip
allow customizing the command to be run
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;