Browse Source

* video unit maxwidth increased to 240 (FV editor
only good to 255, a small safety margin)

git-svn-id: trunk@15195 -

marco 15 years ago
parent
commit
845125c2e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/videoh.inc

+ 1 - 1
rtl/inc/videoh.inc

@@ -110,7 +110,7 @@ const {The following constants were variables in the past.
       LowAscii = true;
       LowAscii = true;
       NoExtendedFrame = false;
       NoExtendedFrame = false;
 
 
-      FVMaxWidth = 132;
+      FVMaxWidth = 240;
 
 
 Procedure LockScreenUpdate;
 Procedure LockScreenUpdate;
 { Increments the screen update lock count with one.}
 { Increments the screen update lock count with one.}