Martchus / cpp-utilities

Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
GNU General Public License v2.0
52 stars 18 forks source link

commandlineutils.cpp: correct rows and columns #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

From here:

http://docs.microsoft.com/windows/console/coord-str

currently that is reversed with the codebase

Martchus commented 6 years ago

Seems like an obvious mistake. Thanks for helping me to test and fix the Windows version.