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; };