Browse Source

+ added the EnhancedVideoBuf global variable to the video unit

git-svn-id: branches/unicodekvm@48466 -
nickysn 4 years ago
parent
commit
f8320dff08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl-console/src/inc/videoh.inc

+ 1 - 0
packages/rtl-console/src/inc/videoh.inc

@@ -124,6 +124,7 @@ var
   OldVideoBuf  : PVideoBuf;
   OldVideoBuf  : PVideoBuf;
   VideoBufSize : Longint;
   VideoBufSize : Longint;
   CursorLines  : Byte;
   CursorLines  : Byte;
+  EnhancedVideoBuf: 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