Simple viewer for scsh's network records. Currently service-info only

part of darcs patch Sun Sep 18 18:17:16 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
This commit is contained in:
eknauel 2005-09-27 09:02:57 +00:00
parent 83a4e22212
commit ada69eb0ce
1 changed files with 10 additions and 0 deletions

View File

@ -225,6 +225,15 @@
tty-debug)
(files browse-directory-list))
;;; network viewer
(define-structure network-viewer (export)
(open scheme-with-scsh
plugin
select-line)
(files network-viewer))
;;; terminal buffer
(define-interface terminal-buffer-interface
@ -891,6 +900,7 @@
process-viewer
standard-command-plugin
standard-viewer
network-viewer
nuit-inspector-plugin)
(files nuit-engine))