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