aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-25 22:53:48 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-25 22:53:48 -0500
commit3df4d06fd663bf19f08343b0d77c20672301b9b2 (patch)
treeca68bbcd8a69798cfd1f76ebbbd2af7b86ce357f /src/config.h
parent4769d154e2c11031fdba4974815d070cf70cb936 (diff)
downloadrunes-3df4d06fd663bf19f08343b0d77c20672301b9b2.tar.gz
runes-3df4d06fd663bf19f08343b0d77c20672301b9b2.zip
make wide emoji configurable
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 7324a10..7d38611 100644
--- a/src/config.h
+++ b/src/config.h
@@ -27,6 +27,7 @@ struct runes_config {
unsigned int bold_is_bright: 1;
unsigned int bold_is_bold: 1;
unsigned int audible_bell: 1;
+ unsigned int wide_emoji: 1;
};
RunesConfig *runes_config_new(int argc, char *argv[]);