mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 20:38:25 +02:00
* Remove terminfo use. IDE now libc free when build without debugger.
git-svn-id: trunk@2431 -
This commit is contained in:
parent
1dc6cdbafb
commit
1bfb446a62
@ -17,7 +17,6 @@ unit WConsole;
|
||||
interface
|
||||
{$ifdef UNIX}
|
||||
uses
|
||||
TermInfo,
|
||||
{$Ifdef ver1_0}
|
||||
linux;
|
||||
{$else}
|
||||
@ -43,7 +42,6 @@ interface
|
||||
longint
|
||||
{$endif netware}
|
||||
;
|
||||
|
||||
Procedure SaveConsoleMode(var ConsoleMode : TConsoleMode);
|
||||
Procedure RestoreConsoleMode(const ConsoleMode : TConsoleMode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user