pascal-boun...@lists.freepascal.org] On Behalf Of
James Richters
Sent: Wednesday, January 10, 2018 6:14 AM
To: 'FPC-Pascal users discussions'
Subject: Re: [fpc-pascal] Problems with writing to console
If all you want is colors and simple positioning, you could use Ansi escape
codes in
P, Widnows 7,
and Windows 10 before build 10586 did not, then Windows 10 build 10586 had Ansi
capability again by default until Build 14393 where it still had Ansi
Capability but not turned on by default anymore.
James
-----Original Message-
From: fpc-pascal [mailto:fpc-pascal-boun...@lists.f
age-
From: fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of
Michael Van Canneyt
Sent: Tuesday, January 09, 2018 7:16 PM
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] Problems with writing to console
On Tue, 9 Jan 2018, Darius Blaszyk wrote:
>
On Tue, 9 Jan 2018, Darius Blaszyk wrote:
Hi,
I have been mixing "writeln(StdOut" and regular writeln in my
application (actually a couple of applications working together) and
found that the output on the console is mangled when I do that. Output
is being overwritten and placed semi randomly
Hi,
I have been mixing "writeln(StdOut" and regular writeln in my
application (actually a couple of applications working together) and
found that the output on the console is mangled when I do that. Output
is being overwritten and placed semi randomly on the console. What is
the standard output fo