Explorar el Código

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

git-svn-id: trunk@15195 -

marco hace 15 años
padre
commit
845125c2e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
       NoExtendedFrame = false;
 
-      FVMaxWidth = 132;
+      FVMaxWidth = 240;
 
 Procedure LockScreenUpdate;
 { Increments the screen update lock count with one.}