From f0c5009eef72c120df8c0a08bffe2dad24b93c52 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 28 Apr 2014 12:00:10 -0400 Subject: [PATCH] call reset on Windows --- terminal.d | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal.d b/terminal.d index 159e039..f25ec05 100644 --- a/terminal.d +++ b/terminal.d @@ -654,6 +654,7 @@ http://msdn.microsoft.com/en-us/library/windows/desktop/ms683193%28v=vs.85%29.as version(Windows) ~this() { + reset(); flush(); showCursor(); }