peter 25 lat temu
rodzic
commit
788a2e5be2
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      api/inc/video.pas

+ 6 - 1
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