TerminalApplication.st
branchjv
changeset 15950 23be8cf85415
parent 15566 184cea584be5
equal deleted inserted replaced
15937:b79f5d644b9a 15950:23be8cf85415
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 MultiViewToolApplication subclass:#TerminalApplication
    16 MultiViewToolApplication subclass:#TerminalApplication
    15 	instanceVariableNames:'initialDirectory keepAlive keepAliveProcess'
    17 	instanceVariableNames:'initialDirectory keepAlive keepAliveProcess'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''