From 9ced877d33ebc8044973e910908fdf40fc3aebff Mon Sep 17 00:00:00 2001 From: girst Date: Sun, 18 Feb 2018 21:31:25 +0100 Subject: [PATCH] slightly improve alt.screen handling (will force-clear) --- mines_2017.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mines_2017.c b/mines_2017.c index 02822be..6140bd4 100644 --- a/mines_2017.c +++ b/mines_2017.c @@ -387,7 +387,7 @@ quit: } void quit () { - move(f.h+LINE_OFFSET+2, 0); + move(0,0); //move(f.h+LINE_OFFSET+2, 0); /* disable mouse, show cursor */ printf ("\033[?9l\033[?25h"); /* reset charset, if necessary */ -- 2.39.3