mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +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;
|
OldVideoBuf : PVideoBuf;
|
||||||
VideoBufSize : Longint;
|
VideoBufSize : Longint;
|
||||||
CursorLines : Byte;
|
CursorLines : Byte;
|
||||||
EnhancedVideoBuf: TEnhancedVideoBuf;
|
EnhancedVideoBuf,
|
||||||
|
OldEnhancedVideoBuf: TEnhancedVideoBuf;
|
||||||
|
|
||||||
const {The following constants were variables in the past.
|
const {The following constants were variables in the past.
|
||||||
- Lowascii was set to true if ASCII characters < 32 were available
|
- Lowascii was set to true if ASCII characters < 32 were available
|
||||||
|
Loading…
Reference in New Issue
Block a user