* video unit maxwidth increased to 240 (FV editor

only good to 255, a small safety margin)

git-svn-id: trunk@15195 -
This commit is contained in:
marco 2010-04-28 07:46:30 +00:00
parent 6a7072ea6f
commit 845125c2e7

View File

@ -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.}