aboutsummaryrefslogtreecommitdiff
path: root/chinese/aterm/files/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/aterm/files/protocol.h')
-rw-r--r--chinese/aterm/files/protocol.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/chinese/aterm/files/protocol.h b/chinese/aterm/files/protocol.h
new file mode 100644
index 000000000000..bc19abfb5d12
--- /dev/null
+++ b/chinese/aterm/files/protocol.h
@@ -0,0 +1,13 @@
+/*
+ Copyright (C) 1994 Edward Der-Hua Liu, Hsin-Chu, Taiwan
+*/
+
+#define K_REJECT (0)
+#define K_ACCEPT (1)
+
+#define CLI_FOCUS_IN (1)
+#define CLI_FOCUS_OUT (3)
+
+#define LOAD_KEYWORD (2)
+
+#define XCIN_ATOM "XCIN_A"