summaryrefslogtreecommitdiff
path: root/appl
diff options
context:
space:
mode:
Diffstat (limited to 'appl')
-rw-r--r--appl/acme/dat.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/appl/acme/dat.m b/appl/acme/dat.m
index 66a0f592..5efd39b1 100644
--- a/appl/acme/dat.m
+++ b/appl/acme/dat.m
@@ -75,6 +75,9 @@ Dat : module {
ALPHA_GREEK: con '*';
ALPHA_CYRILLIC: con '@';
+ Kscrollup: con 16re050;
+ Kscrolldown: con 16re051;
+
Astring : adt {
s : string;
};