summaryrefslogtreecommitdiff
path: root/appl/wm/minitel/swkeyb.m
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
commit37da2899f40661e3e9631e497da8dc59b971cbd0 (patch)
treecbc6d4680e347d906f5fa7fca73214418741df72 /appl/wm/minitel/swkeyb.m
parent54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff)
20060303a
Diffstat (limited to 'appl/wm/minitel/swkeyb.m')
-rw-r--r--appl/wm/minitel/swkeyb.m21
1 files changed, 21 insertions, 0 deletions
diff --git a/appl/wm/minitel/swkeyb.m b/appl/wm/minitel/swkeyb.m
new file mode 100644
index 00000000..52206801
--- /dev/null
+++ b/appl/wm/minitel/swkeyb.m
@@ -0,0 +1,21 @@
+###
+### This data and information is not to be used as the basis of manufacture,
+### or be reproduced or copied, or be distributed to another party, in whole
+### or in part, without the prior written consent of Lucent Technologies.
+###
+### (C) Copyright 1997 Lucent Technologies
+###
+### Written by N. W. Knauft
+###
+
+# Revisions Copyright © 1998 Vita Nuova Limited.
+
+Keyboard: module
+{
+ PATH: con "/dis/wm/minitel/swkeyb.dis";
+
+ initialize: fn(t: ref Tk->Toplevel, ctxt : ref Draw->Context,
+ dot: string): chan of string;
+ chaninit: fn(t: ref Tk->Toplevel, ctxt : ref Draw->Context,
+ dot: string, rc: chan of string): chan of string;
+};