Closed GoogleCodeExporter closed 8 years ago
Issue 56 again. Presumably the implementation of the CRT unit uses Windows
functions specific to console windows, in particular ReadConsole() for input.
Those just don't work in terminals like mintty that are based on Cygwin pseudo
terminal devices, which in turn implemented using Windows pipes. Hence the
input remains buffered until bash retrieves it.
Other than using a Windows console (or a wrapper like Console2), the only
proper solution here would be to use a Cygwin build of FPC. Or you could try
the various utilities linked to from issue 56: conin, winpty, shell-terminal.
Original comment by andy.koppe
on 2 Dec 2012 at 6:47
Original issue reported on code.google.com by
faram...@gmail.com
on 1 Dec 2012 at 4:21Attachments: