An Update to MEC
switching to prompt_toolkit
python's readline module sucks
heres how:
python's readline cannot handle ANSI color codes properly, when i try to use ANSI color code in the prompt
message,
history browsing (via up/down key) fucks the prompt up
here's the code, it's from python's doc, i made a small …
more ...