* use termios.inc TwinSize definition

This commit is contained in:
pierre 2003-06-18 09:54:13 +00:00
parent 4be7651aa2
commit 81edb46938
2 changed files with 8 additions and 14 deletions

View File

@ -34,12 +34,6 @@ uses
Const
SystemEventActive : Boolean = false;
type
TWinSize = record
ws_row, ws_col, ws_xpixel, ws_ypixel : smallint;
end;
var
lastxsize,lastysize : longint;
@ -125,7 +119,10 @@ end;
{
$Log$
Revision 1.2 2002-06-07 14:15:10 pierre
Revision 1.3 2003-06-18 09:54:13 pierre
* use termios.inc TwinSize definition
Revision 1.2 2002/06/07 14:15:10 pierre
* add window resizing support for unix
Revision 1.1 2002/05/21 11:59:57 pierre

View File

@ -34,12 +34,6 @@ uses
Const
SystemEventActive : Boolean = false;
type
TWinSize = record
ws_row, ws_col, ws_xpixel, ws_ypixel : smallint;
end;
var
lastxsize,lastysize : longint;
@ -125,7 +119,10 @@ end;
{
$Log$
Revision 1.2 2002-06-07 14:15:10 pierre
Revision 1.3 2003-06-18 09:54:13 pierre
* use termios.inc TwinSize definition
Revision 1.2 2002/06/07 14:15:10 pierre
* add window resizing support for unix
Revision 1.1 2002/05/21 11:59:57 pierre