On Wednesday 23 September 2015 12:05:43 you wrote:
> In our previous episode, Rainer Stratmann said:
> > Does it have something to do with the output of Linux commands?
> 
> Yes. In raw mode cr and lf are separate. so suddenly your lf only advances
> to the next line, but doesn't reset the carriage to the first column.
> 
> Use TProcess to capture the command output and add #13#10 or turn off
> rawmode before executing and on again after (like the textmode IDE does)
> 
Does an example exist to turn off (and on) the rawmode?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to