From 02adcc56b85beacab260a7b9acfb00df8292ffd0 Mon Sep 17 00:00:00 2001 From: Sandrine Date: Fri, 5 May 2023 12:35:14 +0200 Subject: [PATCH] Sandrine --- gotoxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gotoxy.c b/gotoxy.c index fa3d4dc..aaca5e9 100644 --- a/gotoxy.c +++ b/gotoxy.c @@ -13,6 +13,7 @@ void gotoxy(int x, int y) dwCursorPosition.Y = y; hConsoleOutput = GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hConsoleOutput,dwCursorPosition); + 1 } // Pour effacer l'écran