mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 19:19:30 +01:00
* restore rawmode only if not redirected
This commit is contained in:
parent
5dfa8ca3d7
commit
90f0593a8d
@ -1613,7 +1613,8 @@ Initialization
|
||||
|
||||
Finalization
|
||||
ttyFlushOutput;
|
||||
SetRawMode(False);
|
||||
if not OutputRedir then
|
||||
SetRawMode(False);
|
||||
{ remove console buf }
|
||||
if Assigned(ConsoleBuf) then
|
||||
FreeMem(ConsoleBuf,ScreenHeight*ScreenWidth*2);
|
||||
@ -1621,7 +1622,10 @@ Finalization
|
||||
End.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.20 2004-07-20 09:26:04 marco
|
||||
Revision 1.21 2004-12-26 16:15:44 peter
|
||||
* restore rawmode only if not redirected
|
||||
|
||||
Revision 1.20 2004/07/20 09:26:04 marco
|
||||
* some updates to xy2ansi
|
||||
|
||||
Revision 1.19 2004/07/09 19:03:35 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user