call reset on Windows

This commit is contained in:
Adam D. Ruppe 2014-04-28 12:00:10 -04:00
parent 871fe97535
commit f0c5009eef
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}