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:
parent
83a4e22212
commit
ada69eb0ce
|
@ -225,6 +225,15 @@
|
||||||
tty-debug)
|
tty-debug)
|
||||||
(files browse-directory-list))
|
(files browse-directory-list))
|
||||||
|
|
||||||
|
;;; network viewer
|
||||||
|
|
||||||
|
(define-structure network-viewer (export)
|
||||||
|
(open scheme-with-scsh
|
||||||
|
|
||||||
|
plugin
|
||||||
|
select-line)
|
||||||
|
(files network-viewer))
|
||||||
|
|
||||||
;;; terminal buffer
|
;;; terminal buffer
|
||||||
|
|
||||||
(define-interface terminal-buffer-interface
|
(define-interface terminal-buffer-interface
|
||||||
|
@ -891,6 +900,7 @@
|
||||||
process-viewer
|
process-viewer
|
||||||
standard-command-plugin
|
standard-command-plugin
|
||||||
standard-viewer
|
standard-viewer
|
||||||
|
network-viewer
|
||||||
nuit-inspector-plugin)
|
nuit-inspector-plugin)
|
||||||
(files nuit-engine))
|
(files nuit-engine))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue