Footprint from MIS "process execution and STDIO redirection" attempt 2 lol
This commit is contained in:
parent
a951d7f2e7
commit
c0a688bcbf
|
@ -121,9 +121,10 @@ Begin
|
|||
// NOTE client class already escapes telnet protocol, no need for that.
|
||||
//
|
||||
// while processGoing do begin
|
||||
// case waitEvent(Input or output)
|
||||
// case waitEvent(Input, output or close, wait INFINITY)
|
||||
// input : push input to Client class
|
||||
// output : push output to client class
|
||||
// close : break;
|
||||
// end
|
||||
|
||||
NI.Busy := False;
|
||||
|
@ -140,4 +141,4 @@ Begin
|
|||
Inherited Destroy;
|
||||
End;
|
||||
|
||||
End.
|
||||
End.
|
||||
|
|
Loading…
Reference in New Issue