* implement remote monitoring for Linux modules with ssh
* implement remote monitoring for ps Linux module
* find a way to display remote host (in title bar?, --title?, saved in .moo) when remotely monitoring
* add -M (--module-options) Q: how about multiple modules?
* once --module-options is available, implement --asynchronous in random module, --full-command in ps module, ...
* in route and arp modules, implement -n module option
* add -D (--detect-modules) switch
* implement slice label selection with background highlighting
* remove official BLT conditional code once BLT 2.4h is released and try it on windog
* allow dropping viewers in trash from window manager (add -pointereventsfrom, -nodragcursor to dragSite?)
* add contextual popup menu for all viewer types
* add justify option other than center for table columns in module: in popup menu and store in save file
* allow simple font (bold, italic, underlined, font) and text (paragraph) formating for free text viewer
  (with Ctrl-[BIUSN] bindings, tip help?)
* use global class for global resources
* allow and auto-detect HTML module documentation
* saved geometry must be canvas viewing area's since drop icons may or may not be present
* add pie total drop site or feature so that viewing data as a share of a total is possible
* add context help to menu (show current save file name)
* avoid wide labels overlap in pie labels array: modify labeler algorithm, go to next line if necessary
* implement printing once tkTable postscript and BLT eps commands are finalized
* add partition/... (based on vmstat, iostat, netstat, ...) Linux modules
* in HTML help, add forward and back arrows a la netscape
* allow selection of complete table lines and columns in 1 shot?
* allow summary table row deletion only when fully selected?
* add canvas geometry configuration option: also save in file
* document save file format
* normalize all viewer colors (background, selection, ...) using tk widgets colors
* drag from a viewer icon and drop into a table selected cells if any
  (dropping embedded viewer from table into trash makes underlying table cells visible again)
* implement automatic table column sizing or ask author
* add undo feature on viewer deletion
* eventually add viewer title bars through the internal window manager: configuration option,
  and allow viewers to be iconized
* determine a maximum size of canvas? or should it be a global configuration option?
* implement canvas automatic scroll area resizing when objects are moved or created
* in message area, display "updating..." until done in case of asynchronous operation
* add crossline with values displayed feature to graphs
* add zoom feature to graphs
* add a general configuration dialog box with tab widget
* document getopt.tcl
