mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-06 06:16:02 +02:00
* 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:
parent
6a7072ea6f
commit
845125c2e7
@ -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.}
|
||||||
|
Loading…
Reference in New Issue
Block a user