diff --git a/UCRTHelper.pas b/UCRTHelper.pas index 6dbc240..15b9d7e 100644 --- a/UCRTHelper.pas +++ b/UCRTHelper.pas @@ -54,11 +54,10 @@ begin Write(ADefault); end; - if c = #13 then - Writeln; - if c = ^C then Result := ''; //Pretend that nothing happened. + + Writeln; //Always end the line end; end.