File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ interface
1414
1515const
1616 // Version
17- LIB_VERSION = ' 1.1.2 ' ;
17+ LIB_VERSION = ' 1.1.3 ' ;
1818
1919 // Window Record and Memory Alloc
2020 WRECSZ = 10 ;
@@ -164,10 +164,11 @@ interface
164164 CHDELLN = #156 ;
165165 CHINVSP = #160 ;
166166 CHBUZ = #253 ;
167- CHRGT_I = #159 ;
168167 CHO_L = #111 ;
169- CHI_I = #201 ;
170168 CHDN_I = #157 ;
169+ CHRGT_I = #159 ;
170+ CHI_I = #201 ;
171+
171172
172173implementation
173174
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ procedure WInit;
100100procedure WBack (bN: Byte);
101101begin
102102 // Fill screen memory with char
103- FillChar(Pointer(DPeek(RSCRN)), 960 , bN );
103+ FillChar(Pointer(DPeek(RSCRN)), 960 , ata2int(char(bN)) );
104104end ;
105105
106106
You can’t perform that action at this time.
0 commit comments