Browse Source

+ introduced OldEnhancedVideoBuf

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

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

@@ -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