From 788a2e5be2c27d022b8f4bdb035486d8c9cd1f24 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 15 Oct 2000 09:22:40 +0000 Subject: [PATCH] * FVMaxWidth --- api/inc/video.pas | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api/inc/video.pas b/api/inc/video.pas index a01db72f3d..f294a6dbb7 100644 --- a/api/inc/video.pas +++ b/api/inc/video.pas @@ -109,6 +109,7 @@ var CursorLines : Byte; const LowAscii : Boolean=true; + FVMaxWidth = 132; procedure InitVideo; { Initializes the video subsystem } @@ -156,6 +157,7 @@ var {$endif go32v2} implementation + { Include system dependent part } { must declare TargetEntry and TargetExit procedures which can be empty of course } @@ -228,7 +230,10 @@ begin end. { $Log$ - Revision 1.3 2000-10-04 11:53:31 pierre + Revision 1.4 2000-10-15 09:22:40 peter + * FVMaxWidth + + Revision 1.3 2000/10/04 11:53:31 pierre Add TargetEntry and TargetExit (merged) Revision 1.2 2000/09/24 19:52:21 hajny