Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/octopus/port/live/livedat.m

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Livedat: module {
	PATH: con "/dis/o/livedat.dis";

	# modules and globals
	# (auxiliary modules used for particular panels
	#  are not shared in this adt).

	Mods: adt {
		# loaded first, and init'd
		sys: Sys;
		math: Math;
		arg: Arg;
		readdir: Readdir;
		err: Error;
		io: Io;
		wmcli: Wmclient;
		draw: Draw;
		names: Names;
		menus: Menus;
		layout: Layout;

		# then generic panel support
		wpanel:	Wpanel;
		wtree:	Wtree;
		gui: 		Gui;
	};

	loads:	fn();
	debug:	array of int;
	win: 		ref Wmclient->Window;
	tree:		ref Wtree->Tree;
	mods:	ref Mods;

};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.