Fix console scrolling issues on windows (#609)

* Fix console scrolling issues on windows

* Add super extremely important spaces
This commit is contained in:
ManDude
2021-06-20 03:46:36 +01:00
committed by GitHub
parent 06ae38d464
commit adcb9fad55
2 changed files with 23 additions and 7 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "data_decompile.h"
#include "third-party/fmt/core.h"
#include "common/type_system/Type.h"
#include "common/goos/PrettyPrinter.h"
#include "common/util/math_util.h"
#include "common/log/log.h"