TerminalView.st
branchjv
changeset 5141 7a61da2b2450
parent 5068 31a72703269d
parent 5140 3592eebfeb56
child 5150 505635b9f639
equal deleted inserted replaced
5139:0f2dde635673 5141:7a61da2b2450
   410     "Created: / 28.1.2002 / 20:56:04 / micha"
   410     "Created: / 28.1.2002 / 20:56:04 / micha"
   411     "Modified: / 28.1.2002 / 20:56:11 / micha"
   411     "Modified: / 28.1.2002 / 20:56:11 / micha"
   412 !
   412 !
   413 
   413 
   414 inStream
   414 inStream
       
   415     "return the stream, which gets all input data (i.e. keyboard input)"
       
   416 
       
   417     ^ inStream
       
   418 !
       
   419 
       
   420 inStream:something
   415     "set the stream, which gets all input data (i.e. keyboard input)"
   421     "set the stream, which gets all input data (i.e. keyboard input)"
   416 
       
   417     ^ inStream
       
   418 !
       
   419 
       
   420 inStream:something
       
   421     "return the stream, which gets all input data (i.e. keyboard input)"
       
   422 
   422 
   423     inStream := something.
   423     inStream := something.
   424 !
   424 !
   425 
   425 
   426 lineBufferHistory
   426 lineBufferHistory