mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 23:05:54 +02:00
+ introduced OldEnhancedVideoBuf
git-svn-id: branches/unicodekvm@48468 -
This commit is contained in:
parent
3f852e1444
commit
0d1fef96a1
@ -125,7 +125,8 @@ var
|
||||
OldVideoBuf : PVideoBuf;
|
||||
VideoBufSize : Longint;
|
||||
CursorLines : Byte;
|
||||
EnhancedVideoBuf: TEnhancedVideoBuf;
|
||||
EnhancedVideoBuf,
|
||||
OldEnhancedVideoBuf: TEnhancedVideoBuf;
|
||||
|
||||
const {The following constants were variables in the past.
|
||||
- Lowascii was set to true if ASCII characters < 32 were available
|
||||
|
Loading…
Reference in New Issue
Block a user