summaryrefslogtreecommitdiff
path: root/platform/windows/console_wrapper_windows.cpp
AgeCommit message (Collapse)Author
2022-11-14Fix misc formatting issuesRĂ©mi Verschelde
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files.
2022-10-31Add console wrapper app to handle console i/o redirection on Windows.bruvzg