ref: 866d74c0c4bb50e85e9e8bb95140c10d409e53be
dir: /appl/acme/scrl.m/
Scroll : module {
PATH : con "/dis/acme/scrl.dis";
init : fn(mods : ref Dat->Mods);
scrsleep : fn(n : int);
scrdraw : fn(t : ref Textm->Text);
scrresize : fn();
scroll : fn(t : ref Textm->Text, but : int);
};