summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-28 12:55:14 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2014-03-28 12:55:14 +0800
commited6ac0f059bd801bafb74accfc54af91a02c5942 (patch)
tree55ef7e0cbb9ca6ffc85ad10802cb1a32c2067bd2
parent2cb41e7dbd315d5c8fa5b3878058955100007135 (diff)
downloadpttbbs-ed6ac0f059bd801bafb74accfc54af91a02c5942.tar
pttbbs-ed6ac0f059bd801bafb74accfc54af91a02c5942.tar.gz
pttbbs-ed6ac0f059bd801bafb74accfc54af91a02c5942.tar.bz2
pttbbs-ed6ac0f059bd801bafb74accfc54af91a02c5942.tar.lz
pttbbs-ed6ac0f059bd801bafb74accfc54af91a02c5942.tar.xz
pttbbs-ed6ac0f059bd801bafb74accfc54af91a02c5942.tar.zst
pttbbs-ed6ac0f059bd801bafb74accfc54af91a02c5942.zip
Add missing def.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5979 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/modes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pttbbs/include/modes.h b/pttbbs/include/modes.h
index 3e288e7d..a6a2186b 100644
--- a/pttbbs/include/modes.h
+++ b/pttbbs/include/modes.h
@@ -211,6 +211,7 @@
#define SHOWFILE_ALLOW_COLOR (0x01) // ESC [ ... m
#define SHOWFILE_ALLOW_MOVE (0x02) // ESC [ ... H
#define SHOWFILE_ALLOW_STAR (0x04) // ESC * ...
+#define SHOWFILE_ALLOW_NONE (0x80) // Only text.
#define SHOWFILE_ALLOW_ALL (SHOWFILE_ALLOW_COLOR | SHOWFILE_ALLOW_MOVE | SHOWFILE_ALLOW_STAR)
#endif