aboutsummaryrefslogtreecommitdiff
path: root/src/features.h
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-13 04:04:08 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-13 04:04:08 -0400
commit6c7c9ce1611a7d5f437f47f4f5da99772d7600a3 (patch)
treea32d34439e8a4158af460fc7e1255195be243fbf /src/features.h
parent293037f30ee89933551421df1a5193c4322179ab (diff)
downloadfujichat-6c7c9ce1611a7d5f437f47f4f5da99772d7600a3.tar.gz
fix /msg and /quit commands (quote argument with colon)
Diffstat (limited to 'src/features.h')
-rw-r--r--src/features.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/features.h b/src/features.h
index ec7d194..90f0cd9 100644
--- a/src/features.h
+++ b/src/features.h
@@ -1,6 +1,9 @@
#ifndef FEATURES_H
#define FEATURES_H
+/* Note: just defining one of these doesn't result in a 64 or
+ 80 column build. You also have to run mkfuji64.sh or
+ mkfuji80.sh to built the final .xex and disk image. */
// #define FEAT_COL64_HACK
// #define FEAT_COL80_HACK