Footprint from MIS "process execution and STDIO redirection" attempt 2 lol

This commit is contained in:
mysticbbs 2012-02-18 02:49:57 -05:00
parent a951d7f2e7
commit c0a688bcbf
1 changed files with 3 additions and 2 deletions

View File

@ -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;