Fixed VT100-compatible term init

This commit is contained in:
Luxferre
2022-08-12 12:45:03 +03:00
parent 99812a175d
commit cb4c12bfe9
+1 -1
View File
@@ -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),