mirror of https://github.com/adamdruppe/arsd.git
Windows bug on simple write
This commit is contained in:
parent
594c6e1c4d
commit
3ba5683c1a
|
@ -746,8 +746,8 @@ http://msdn.microsoft.com/en-us/library/windows/desktop/ms683193%28v=vs.85%29.as
|
||||||
|
|
||||||
version(Windows)
|
version(Windows)
|
||||||
~this() {
|
~this() {
|
||||||
|
flush(); // make sure user data is all flushed before resetting
|
||||||
reset();
|
reset();
|
||||||
flush();
|
|
||||||
showCursor();
|
showCursor();
|
||||||
|
|
||||||
if(lineGetter !is null)
|
if(lineGetter !is null)
|
||||||
|
|
Loading…
Reference in New Issue