TerminalView.st
changeset 935 7ea0854209a5
parent 934 b450dbaeedac
child 936 d377fb0f726f
--- a/TerminalView.st	Wed Jun 10 18:24:16 1998 +0200
+++ b/TerminalView.st	Wed Jun 10 18:42:41 1998 +0200
@@ -546,10 +546,10 @@
                       newPgrp:true.
                ]
                action:[:status |
-                  Transcript show:'pid:'; showCR:status pid.
-                  Transcript show:'status:'; showCR:status status.
-                  Transcript show:'code:'; showCR:status code.
-                  Transcript show:'core:'; showCR:status core.
+"/                  Transcript show:'pid:'; showCR:status pid.
+"/                  Transcript show:'status:'; showCR:status status.
+"/                  Transcript show:'code:'; showCR:status code.
+"/                  Transcript show:'core:'; showCR:status core.
                   status stillAlive ifFalse:[
                       exitStatus := status.
                       OperatingSystem closePid:shellPid.
@@ -574,7 +574,7 @@
      VT100TerminalView openShell
     "
 
-    "Modified: / 10.6.1998 / 17:46:28 / cg"
+    "Modified: / 10.6.1998 / 18:42:23 / cg"
 ! !
 
 !TerminalView methodsFor:'menu'!
@@ -663,5 +663,5 @@
 !TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.17 1998-06-10 16:23:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.18 1998-06-10 16:42:41 cg Exp $'
 ! !