code: purgatorio

ref: e11c7aa718df592bd69de53ce1d6498cc870f256
dir: /appl/acme/scrl.m/

View raw version
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);
};