aboutsummaryrefslogtreecommitdiff
path: root/chinese/aterm/files/protocol.h
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-10 16:20:23 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-10 16:20:23 +0000
commitb1ee07820b5c6948406b513cba490dbe7a1d83e4 (patch)
treeda9c08a0631bb48763e6f4144adedf8303832ebd /chinese/aterm/files/protocol.h
parenta35dd2ed8b5fa66a1b06852f60640cb4d07c7f54 (diff)
downloadports-b1ee07820b5c6948406b513cba490dbe7a1d83e4.tar.gz
ports-b1ee07820b5c6948406b513cba490dbe7a1d83e4.zip
Notes
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"