local-echo
local-echo copied to clipboard
Using xterm features like changing color and such breaks cursor location
Adding ansi escape codes such as '\x1B[34m' to change terminal color changes cursor location. I suppose the .read function is counting the length of the string to change its location but some of these characters are control.

Duplicate of #24. there is a patch there already.