VT52TerminalView.st
changeset 916 d9626e722c21
parent 914 7ac6d1a53bab
child 919 07e8c17563a2
equal deleted inserted replaced
915:f2c934efc4da 916:d9626e722c21
    10 documentation
    10 documentation
    11 "
    11 "
    12     VT52 terminal
    12     VT52 terminal
    13 
    13 
    14     [start with:]
    14     [start with:]
    15         VT52TerminalView openDummy
    15         VT52TerminalView openShell
    16 "
    16 "
    17 
    17 
    18 ! !
    18 ! !
    19 
    19 
    20 !VT52TerminalView methodsFor:'defaults'!
    20 !VT52TerminalView methodsFor:'defaults'!
    69 ! !
    69 ! !
    70 
    70 
    71 !VT52TerminalView class methodsFor:'documentation'!
    71 !VT52TerminalView class methodsFor:'documentation'!
    72 
    72 
    73 version
    73 version
    74     ^ '$Header: /cvs/stx/stx/libwidg2/VT52TerminalView.st,v 1.1 1998-06-09 12:33:37 cg Exp $'
    74     ^ '$Header: /cvs/stx/stx/libwidg2/VT52TerminalView.st,v 1.2 1998-06-09 13:52:15 cg Exp $'
    75 ! !
    75 ! !