Fixed VT100-compatible term init
This commit is contained in:
@@ -602,7 +602,7 @@ int main(int argc, char* argv[]) {
|
||||
clrscr();
|
||||
bc = cursor(1);
|
||||
#else /* VT100-compatible terminal init */
|
||||
puts("\033c");
|
||||
printf("\033c");
|
||||
#endif
|
||||
printf("Welcome to Equi v" EQUI_VER " by Luxferre, 2022\nCLT: 0x%04X (%d bytes)\nGPD: 0x%04X (%d bytes)\nCommand buffer: 0x%04X (%d bytes)\nEqui ready\n\n> ",
|
||||
(unsigned int) ((uchar *)&ram.clt - (uchar *)&ram.main_stack),
|
||||
|
||||
Reference in New Issue
Block a user