shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
dir: purgatorio/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);
};