Files
ODrive/tools
Samuel Sadok ef52687a37 make fancy terminal features work on Windows
Add Windows support for the following terminal features:
 - colored output
 - output on the second last line

On Unix systems, VT100 escape codes are used to achieve this,
functionality however Windows <10 doesn't interpret VT100 escape codes.
For normal colored output, we use the colorama module to abstract this
away. To print text on the second-last line we call the appropriate
Win32 API functions directly (using the win32console module).
2018-03-25 16:04:04 -07:00
..
2018-03-16 22:05:19 -07:00
2018-03-02 15:38:18 -08:00