commit cb4c12bfe94dcade7a058078986d43e0f441ee8d
parent 99812a175d52486bc2c7d8baf39ef0eca5e4926a
Author: Luxferre <lux@ferre>
Date: Fri, 12 Aug 2022 12:45:03 +0300
Fixed VT100-compatible term init
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/equi.c b/equi.c
@@ -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),