mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 05:58:24 +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;
|
||||
NoExtendedFrame = false;
|
||||
|
||||
FVMaxWidth = 132;
|
||||
FVMaxWidth = 240;
|
||||
|
||||
Procedure LockScreenUpdate;
|
||||
{ Increments the screen update lock count with one.}
|
||||
|
Loading…
Reference in New Issue
Block a user