summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-08 20:23:45 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-08 20:23:45 +0800
commit49ab5387843086e5051f260870022eaeb1907a7a (patch)
tree20e52482a8c3af0e2e7d9e0ab7bf919303fd288e /include/common.h
parent16dfdf20bdcc4cb009c3623a86f4b039ffb7e468 (diff)
downloadpttbbs-49ab5387843086e5051f260870022eaeb1907a7a.tar
pttbbs-49ab5387843086e5051f260870022eaeb1907a7a.tar.gz
pttbbs-49ab5387843086e5051f260870022eaeb1907a7a.tar.bz2
pttbbs-49ab5387843086e5051f260870022eaeb1907a7a.tar.lz
pttbbs-49ab5387843086e5051f260870022eaeb1907a7a.tar.xz
pttbbs-49ab5387843086e5051f260870022eaeb1907a7a.tar.zst
pttbbs-49ab5387843086e5051f260870022eaeb1907a7a.zip
make new seq parser more robust
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2806 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index efc68352..430f72d7 100644
--- a/include/common.h
+++ b/include/common.h
@@ -154,6 +154,7 @@ ANSI_COLOR(34;46) " ÂE¶­©¹ªð " ANSI_COLOR(31;47) "(R)" ANSI_COLOR(30) "¦^«H" ANS
#define KEY_F10 0x030A
#define KEY_F11 0x030B
#define KEY_F12 0x030C
+#define KEY_UNKNOWN 0x0FFF /* unknown sequence */
#define QCAST int (*)(const void *, const void *)
#define Ctrl(c) (c & 037)