From 534d134e39305c47df7381629326a008baf1b335 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Wed, 5 Jun 2013 11:31:12 +0000 Subject: add Kscrollup/down to acme --- appl/acme/dat.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'appl/acme/dat.m') 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; }; -- cgit v1.2.3