wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Colorama initialised first #23

Closed fredrikhr closed 7 years ago

fredrikhr commented 7 years ago

Command-Prompt REPL initialised with color-supported stdout wrapper

Prevent Command-Prompt REPL from using the raw_input as it does not use the specified stdout to display prompt text.

This fixes erroneous color-display on the Windows platform. Native ANSI supporting platforms are unaffected as colorama init is implemented as noop on these systems.