mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* fixes merge
This commit is contained in:
parent
a554625890
commit
16761ea213
@ -176,6 +176,9 @@ function IsFunctionKey(KeyEvent: TKeyEvent): Boolean;
|
||||
{$ifdef win32}
|
||||
var last_ir : INPUT_RECORD;
|
||||
{$endif win32}
|
||||
{$ifdef linux}
|
||||
Function RawReadKey:char;
|
||||
{$endif linux}
|
||||
{$endif DEBUG}
|
||||
|
||||
implementation
|
||||
@ -231,7 +234,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2000-07-13 06:29:38 michael
|
||||
Revision 1.2 2000-10-26 23:10:21 peter
|
||||
* fixes merge
|
||||
|
||||
Revision 1.1 2000/07/13 06:29:38 michael
|
||||
+ Initial import
|
||||
|
||||
Revision 1.2 2000/02/29 11:43:16 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user