TerminalApplication.st
changeset 13259 30315be68637
parent 13257 25b6402f5883
child 13260 c3f318979431
equal deleted inserted replaced
13258:f85c3cb5bfcc 13259:30315be68637
   512 
   512 
   513     keepAliveProcess isNil ifTrue:[
   513     keepAliveProcess isNil ifTrue:[
   514         keepAliveProcess :=
   514         keepAliveProcess :=
   515             [
   515             [
   516                 [true] whileTrue:[
   516                 [true] whileTrue:[
   517                     self sendCR:''.
   517                     self selectedWorkspacesTextView sendCR:''.
   518                     Delay waitForSeconds:30.
   518                     Delay waitForSeconds:30.
   519                 ].
   519                 ].
   520             ] newProcess.
   520             ] newProcess.
   521         keepAliveProcess resume.
   521         keepAliveProcess resume.
   522     ].
   522     ].
   587 ! !
   587 ! !
   588 
   588 
   589 !TerminalApplication class methodsFor:'documentation'!
   589 !TerminalApplication class methodsFor:'documentation'!
   590 
   590 
   591 version
   591 version
   592     ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.17 2013-07-30 07:17:39 cg Exp $'
   592     ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.18 2013-07-30 08:16:31 cg Exp $'
   593 !
   593 !
   594 
   594 
   595 version_CVS
   595 version_CVS
   596     ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.17 2013-07-30 07:17:39 cg Exp $'
   596     ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.18 2013-07-30 08:16:31 cg Exp $'
   597 ! !
   597 ! !
   598 
   598