From cb4c12bfe94dcade7a058078986d43e0f441ee8d Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 12 Aug 2022 12:45:03 +0300 Subject: [PATCH] Fixed VT100-compatible term init --- equi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/equi.c b/equi.c index ed64a1f..3f9c2bd 100644 --- 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),